a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	background-color:#f5f5ff;
}
body{
	background:#f0f0ff;
	background-image: url(../image/back.jpg); 
	background-attachment: fixed;
	color:#666666;
	font-size:14pt;
}
h2{
	color:#004080;
	font-size:20px;
}
h3{
	color:#004080;
	font-size:18px;
}
h4{
	color:#004080;
	font-size:16px;
}
font.h2{
	color:#004080;
	font-size:20px;
	font-weight:bold;
}
font.h3{
	color:#004080;
	font-size:18px;
	font-weight:bold;
}
font.h4{
	color:#004080;
	font-size:16px;
	font-weight:bold;
}
div.block{
	border;
	color:#666666;
	font-size:14px;
	margin-left:7px;
}
div.block2{
	border;
	color:#666666;
	font-size:14px;
	margin-left:7px;
	margin-right:14px;
}
div.square{
	border:thin solid;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
}
div.menu{
	text-height:150%;
	color:#666666;
	font-size:14px;
	border;
	margin-left:8px;

}
div.text{
	border;
	color:#666666;
	font-size:14px;
	margin-left:7px;
	margin-right:7px;
}
th.head1{
	color:#666666;
	background:#fff0f0;
	text-align:center;
	font-size:14px;
}
th.head2{
	color:#666666;
	background:#f0fff0;
	text-align:center;
	font-size:14px;
	}
th.head3{
	color:#666666;
	background:#f0f0ff;
	text-align:center;
	font-size:14px;
}
td.data1{
	color:#666666;
	background:#fff0f0;
	text-align:left;
	font-size:14px;
	padding-left:3px;
}
td.data2{
	color:#666666;
	background:#f0fff0;
	text-align:left;
	font-size:14px;
	padding-left:3px;
}
td.data3{
	color:#666666;
	background:#f0f0ff;
	text-align:left;
	font-size:14px;
	padding-left:3px;
}
td.score{
	color:#666666;
	background:#fff0f0;
	text-align:right;
	font-size:14px;
	padding-left:3px;
}
table.block{
	background:#666666;
}