H1 {    color: rgb(0,64,114) ;
                }
H2 {    color: rgb(0,101,179) }
BODY {  background: white;
		color: #000000 ;
        background-image: url(http://w3.uwyo.edu/~coltreed/images/blue_pillow_side.jpg);
        background-repeat: repeat-y;
        background-position: top left ;
        font-family:  "Times New Roman" serif ;
}
.hilight {
	background:	"#99FFFF" ;
}
A:link    {     color: #0000BF; text-decoration: none }
A:visited {     color: #640032; text-decoration: none }
A:active  {     color: #800000; text-decoration: none }
A:hover   {     color: #0000BF; text-decoration: underline }
TH {
        text-align: left ;
        font-family: "Monaco", sans-serif ;
        font-weight: bold ;
        color: rgb(187,222,249) ;
}
UL { list-style-image: url(images/blackdot.html) }
