h1 {
	text-align: center;
	color: #CC0000;
	font-weight: bold; 
	font-family: Tahoma
}

h2 {
	text-align: center;
	color: #CC0000;
	font-weight: bold; 
	font-family: Tahoma
}

body {
	font-family: Arial;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#2953a9;
}
.blueish 	{
		font-size: 18pt;
		color: #000080;
}
.topLinks, .topLinks a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;	
}
.topLinks a:hover{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
.footer{
	color:#d3c789;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.footer a{
	color:#8abed6;
	text-decoration:underline;
	}
.footer a:hover{
	color:#FFF;
	text-decoration:underline;
	}