<style>
	a.myFontWht:link, a.myFontWht:visited {
		color: White;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
	}
	a.myFontWht:active, a.myFontWht:hover {
		color: Red;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
	}
	font.myFontWht {
		color: White;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	
	a.myFontATS1:link, a.myFontATS1:visited {
		color: #30A9FE;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
	}
	a.myFontATS1:active, a.myFontATS1:hover {
		color: Red;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
	}
	font.myFontATS1 {
		color: #30A9FE;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	
	a.myFontBlk:link, a.myFontBlk:visited {
		color: Black;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
	}
	a.myFontBlk:active, a.myFontBlk:hover {
		color: Red;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
	}
	font.myFontBlk {
		color: Black;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	
	a.myFontATS2:link, a.myFontATS2:visited {
		color: Red;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
	}
	a.myFontATS2:active, a.myFontATS2:hover {
		color: Red;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
	}
	font.myFontATS2 {
		color: Red;
		font-family: Arial, Helvetica, sans-serif;
	}
</style>