@charset "utf-8";
body,td,th {
	font-family: Arial, Arial Rounded MT Bold, AvantGarde Bk BT, Times New Roman, Verdana;
	font-size: small;
	color: #333333;
}
.h2 {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.h1 {
	font-size: x-large;
	font-weight: bold;
}
.footer {
	font-size: x-small;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
body {
	background-color: #686970;
	margin-top: 30px;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

