

BODY ,TR, TD, DIV ,BR ,UL {
background-color : #ffffff;
font-family: verdana;
font-size: 11pt;
font-color: #000000;
}




h1 {
	font-family : verdana;
	color: #0000FF;
	}
h2 {
	font-family : verdana;
	color: #CC00CC;
}
h3 {
	font-family : verdana;
	color: #0000FF;

	}

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;
	}