/* CSS Stylesheet for MainMenu.jsp */

h1 { color: blue }
h2, h3 { color: darkRed }

a:link {	
	text-decoration: none;
	color: blue;
	}	
		
a:visited {	
	text-decoration: none;
	color: blue;
	}	
		
a:active {	
	text-decoration: none;
	color: #333399;
	}	
		
a:hover {
	text-decoration: none;
	color: #AA0000
	}
