a:link, a:active, a:visited{
	color:#006AB2;
	text-decoration: none;
}
a:hover{
	color: #FFD700;
	text-decoration: underline;
}
a.nav:link, a.nav:active, a.nav:visited{
	color:#006AB2;
	text-decoration: none;
	font-weight:bold;
	font-size:18px;
}
a.nav:hover{
	color: #FFD700;
	text-decoration: underline;
}
#home td{
	font-weight:bold;
	font-size:18px;
}
.header{
	font-size:22px;
	font-weight:bold;
}
.blueborder{
	border: 3px solid #006ab2;
}
body{
	background-color:#FFD700;
}
body, td{
	font-family:arial, sans-serif;
	font-size:16px;
}
.entry2{
	background-color:#F0F0F0;	
}
#footer td{
	font-weight:normal;
}
th{
	padding:5px 10px 5px 10px;
	color:#ffffff;
	text-align:left;
	background-color:#006AB2;
}