body {
	font-family:arial;
	}

a {color:grey}

a:hover {color:orange}

table {font-size:13px}

.header {border-left:1px solid black;
		border-bottom:1px solid black;
		border-right:1px solid black;
		border-top:1px solid black;
		}

.menu {color:white}
		
a.menu {color:white; 
		font-weight:bold; 
		text-decoration:none;}	
		
a:hover.menu {color:#f9d999; 
		font-weight:bold; 
		text-decoration:none}				