/* style.css */

a {text-decoration: underline}

a:hover {background: #e0ffff}

h2 {color: #0000e0; text-align: center}
h3 {color: #e00000}

body { 
margin-top: 15px; 
margin-left: 10px; 
font-family: arial, verdana, helvetica, "ms sans serif", sans-serif; 
color: #000000; 
background: #f0f0f0}

.hilite {
color: #000000; 
background: #ffff00}

.bgwhite {
color: #000000; 
background: #ffffff}
