a:link {
color: blue;
text-decoration: none;
font-family: Arial; }

a:hover { 
color: green;
font-family: Arial; }

a:visited {
color: darkblue; 
text-decoration: underline;
font-family: Arial; }


#text a:link {
color: blue;
text-decoration: none;
font-family: Arial; 
font-size: 10pt}

#text a:hover { 
color: green;
font-family: Arial; 
font-size: 10pt}

#text a:visited {
color: darkblue; 
text-decoration: underline;
font-family: Arial; 
font-size: 10pt}

H1 { font size: 300%; color: #C8C8C8; font-family: century gothic; text-align: center; font-weight: bold }

H2 { font size: 200%; color: #3366FF; text-align: center; font-weight: bold }

H3 { font size: 130%; color: #3366FF; font-weight: bold }

H4 { font size: 110%; color: #3366FF; font-weight: bold }

BODY    { background: white; color: black;}

 




A.menu:link {
	COLOR: #0A5D64; 
	TEXT-DECORATION: none; 
	font-weight: bold;
}
A.menu:visited {
	COLOR: #0A5D64; 
	TEXT-DECORATION: underline; 
	font-weight: bold; 
}
A.menu:active {
	COLOR: black; 
	TEXT-DECORATION: none
}
A.menu:hover {
	WIDTH: 100%; 
	COLOR: white; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #4C9FA6; 
	TEXT-DECORATION: none
}

