
a {
	 font-weight: bold;
	text-decoration: none;
	color:#ffffff
}
a :link{
    font-weight: bold;
	text-decoration: none;
	color:#ffffff;
}

a:visited {
	font-weight : bold; 
	text-decoration : none; 
	color : #ffffff; 
} 

a:hover  {
	font-weight : bold; 
	text-decoration : underline; 
	color : #ffffff; 
} 

a:active  {
	font-weight: bold;
	text-decoration : none; 
	color : #ffffff; 
} 


