p {
	font-size: 14px;
}

a:link {
    font-size: 14px;
	text-decoration: underline;  
 
}
a:active {
    font-size: 14px;
	text-decoration: underline;  
}
a:visited {
    font-size: 11px;
	text-decoration: underline; 
}

a:hover {
	color: #CE4949;
    font-size: 14px;
	text-decoration: underline;
}
