a:link
{
	color: rgb(255,255,255); 
	text-decoration: none;

}

a:visited
{
	color: rgb(255,255,255); 
	text-decoration: none;

} 

a:active 
{
	color: rgb(255,255,255);
	text-decoration: none;

}
a:hover
{
	color: rgb(255,251,179);
	text-decoration: none;

}

body
{
	font-family: Arial, Verdana, Helvetica;
	background-color: rgb(0,51,112);
	color: rgb(0,0,0);
	font-size: 11pt;
}
.text_link a:link
{
	color: rgb(0,0,0); 
	text-decoration: underline;
	font-size: 11pt;
}

.text_link a:visited
{
	color: rgb(0,0,0); 	
	text-decoration: underline;
	font-size: 11pt;

} 

.text_link a:active 
{
	color: rgb(0,0,0);
	text-decoration: underline;	
	font-size: 11pt;
	
}
.text_link a:hover
{
	color: rgb(0,0,0);	
	text-decoration: underline;
	font-size: 11pt;
}

