td {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: navy;
}
h1 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold	;
	color: navy;
}
h2 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold	;
	color: navy;
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #0000FF;
	text-decoration: underline;
}
a {
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color: navy;
	}
	
p {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: navy;
}

td.white {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: white;
}
h1.white {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: white;
	
}

a.white:hover {
	font-family:verdana;
	font-size: 12px;
	font-weight:normal;
	color: blue;
	text-decoration: underline;
}
a.white {
	font-family:verdana;
	font-size:12px;
	font-weight:normal;
	color: red;
	text-decoration: none;
	}
	
p.white {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: white;
}	

