<style type="text/css">
p {
	font-family: Arial, Helvetica, sans-serif
	}
td {
	font-family: Arial, Helvetica, sans-serif
	}
.Blue {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : Blue;
}
.Blue:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : Blue;
}	
.Blue:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : Red;
}
.Green {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #339900;
	}
.Green:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #339900;
}	
.Green:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #33ff00;
	}
.Red {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #990000;
	}
.Red:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #990000;
}	
.Red:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #ff3300;
	}
.BlueFont {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #003399;
	}
</style>
