A:link{  
font-size: 15px; 
	color: Red;
	text-decoration: underline;
	
}
a:visited{
font-size: 15px; 
	color: Red;
	text-decoration: underline;
	
}
a:hover{
font-size: 15px; 
	color: Red;
	text-decoration: underline;
	
}
a:active{
font-size: 15px; 
	color: Red;
	text-decoration: underline;
	
}
