a:link {
	font-size: 14px;
	color:#4E4E4E;
	text-decoration: underline;
	font-weight: bold;
	}
a:active {
    font-size: 14px;
	color: #FF0000;
	text-decoration: underline;

}
a:visited {
	font-size: 14px;
	color: #4E4E4E;
	text-decoration: underline;
	font-weight: bold;
	

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

