
.attention { text-decoration: underline }
.comment { font-size: smaller }
.date { color: red; font-style: italic; text-align: right }
.main { }
.main a { }
.menu { }
.menu a { color: blue; text-decoration: none }
.semitopmenu { font-weight: bold; font-size: 12px }
.submenu { font-size: 12px }
.topmenu { font-weight: bold; font-size: 14px }
a:active { color: red }
a:hover { color: #e00 }
a:visited { color: #60f }
address { font-size: smaller }
body {
	background-color: white;
	width:800px;
	margin-right: auto;
	margin-left: auto;
}

.glade { background-color:#f0f8ff;font-weight:bold; }
.best { color:red; }
.stroke { color:navy; }
.relay { background-color:navy;color:white; }
.result { font-size="150%"; }
.ctr { text-align:center }

.pb{
	color:red;
}

/*test*/
/*.video-link{
	overflow: hidden;
	padding: 0 4px;
	height: 1em;
}

.video-link {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.video-link ::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.video-link :hover ,
.video-link :focus {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
*/