body {
	background-color: #073d78;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}
a:link { 
	color:#ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 28px; 
	font-weight: bold;
}

a:visited {
	color:#ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 28px; 
	font-weight: bold;
	outline:0;
}
a:hover {
	color: #fabb14;
	text-decoration: none;
	font-size: 14px; 
	font-weight: bold;
	line-height: 28px;
}
a:active { 
	color:#FC8212;
	text-decoration: none;
	font-size: 14px; 
	font-weight: bold;
	line-height: 28px;
 
}


