@charset "UTF-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6699CC;
	text-decoration: none;
	background-color: #003366;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6B94C1;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFCC99;
	border-bottom-width: thin;
	border-bottom-color: #FC9;
}

