
body { 
margin: 15px; 
background-color: white;
font-family: veranda, ariel, ms sans serif;
}

font {color: SlateBlue;}
H2, H3, H4 { color:Navy; }
U {color: Navy;}
I {color: Navy;}

HR {color:Navy;
	width:80%;
	height:3px;
}

a {color : navy;
    text-decoration: underline;
    } 

a:link { color: orange; } 
a:visited { color: blue; } 
a:hover { color: red;
        cursor: hand; } 
a:active { color: yellow; } 

table {border: double;
    border-top-color: LightSteelBlue;
    border-bottom-color:Navy;
    border-left-color:LightSteelBlue;
    border-right-color:Navy;
    color:navy;
}
    