/* CSS Document */

.navbar {
	font-family: Arial, sans-serif; 
	font-size: 10px; color: black;
}

a {
	color : #cc0000;
	font-weight : normal;
	text-decoration : none;
	}
	
a:visited {
	color : #cc0000;
	font-weight : normal;
	text-decoration : none;
	}
	
a:hover {
	color : #FF6600;
	font-weight : normal;
	text-decoration : underline;
	}

a:active {
	color : #cc0000;
	font-weight : normal;
	text-decoration : none;
	}

