BODY {
	font-family: Arial; 
	color: black; 
	font-size: 10pt;
}

TABLE {
	font-family: Arial; 
	color: black; 
	font-size: 10pt;
}
  
.menu { 
	font-size: 12px;
	color: white; 
	font-family: Arial; 
}

.menu:link { 
	font-size: 12px;
	text-decoration: none; 
	color: white; 
	font-family: Arial; 
}

.menu:visited {
	font-size: 12px;
	text-decoration: none; 
	color: white; 
	font-family: Arial; 
}

.menu:active { 
	font-size: 12px;
	text-decoration: none; 
	color: white; 
	font-family: Arial; 
}

.menu:hover {
	text-decoration: UNDERLINE; 
	color: yellow; 
	font-size: 12px;
}


H1 {
	font-family: Arial; 
	color: green; 
	font-weight: bold; 
	font-size: 14pt;
}

H2 {
	font-family: Arial; 
	color: maroon; 
	font-weight: bold; 
	font-size: 12pt;
}

H3 {
	font-family: Arial; 
	color: black; 
	font-weight: bold; 
	font-size: 12pt;
}
