

BODY ,TR ,TD ,BLOCKQUOTE ,DIV ,BR ,UL {
background-color : #CCCCFF;
font-family: garamond;
font-size: 14pt;
font-color: #000000;
}




h1 {
	font-family : garamond;
	color: #0000FF;
	}
h2 {
	font-family : garamond;
	color: #CC00CC;
}
h3 {
	font-family : garamond;
	color: #0000FF;
        font-style : italic;
	}

gif {
   background : transparent;
   }



A:link

   { text-decoration : none;
    color      : blue ;

    background : transparent;
	}


A:visited{
   text-decoration : none;
   color : blue;
   background : transparent;
   }

A:hover{
   text-decoration : underline;
	color		: transparent;
	background	:	cyan;
	}