/* Global Styles */

a {
	color: #990000;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color: #FF0000;
	text-decoration:BOLD;
	}
	

