@charset "utf-8";
/* CSS Document */

h1
{
font-size:20px;
color:#660000;
}
h2
{
font-size:18px;
color:#660000;
}
a:link {
	color: #05A3E2;
	text-decoration: none;
}
a:visited {
color: #05A3E2;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #D62002;
}
a:active {
color: #05A3E23;
	text-decoration: none;
}
body,td,th {
background-color:#FBF0E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}