/* CSS Document */

a {
	color: #000063;
	text-decoration: none;
}


a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}


