﻿body {
}
a {
	font-size: 14px;
	color: #003D8E;
}
a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #003D8E;
}
a:hover {
	text-decoration: none;
	color: #003D8E;
}
a:active {
	text-decoration: none;
	color:#003D8E;
}  
a:hover{color:red
}