H1, H2, H3 { 
font-familiy: Tahoma, Arial, Verdana, Helvetica 
}

H1 { 
color: navy 
}

H2 { 
color: aquamarine 
}

H3 { 
color: white 
}

body { 
bgcolor="navy" 
}

a:link {
color: orange; 
font-size: 10pt; 
font-family: Tahoma, Arial, Verdana; 
text-decoration: none
}

a:visited { 
color:#0080FF;
font-size: 10pt;
font-family: Tahoma, Arial, Verdana;
text-decoration:none 
}

a:hover {
text-decoration: underline; 
color: lightgreen; 
font-weight: bolder
}

UL LI {
list-style-type: disc; 
color: orange 
}
