@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00000;
	background-color: #333333;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	background-color: #1E5FA1;
	color: #FFFFFF;
}

