
BODY,p, h1, h2, h3 {
   background : #99cccc;
   color : black;
   margin : 20px;
   padding : 0;
   font-family:  verdana, arial, helvetica, sans-serif; 
   font-size : 1em;	
}


B, strong {
   font-weight : bold; 
	}

A:visited {
   color  : #993366;
   font-weight : bold; 
   text-decoration : none; 
	}

A:link {
   color : #996699;
   font-weight : bold; 
   background-color: transparent;
	}

A:hover {
   color : #993366;
   text-decoration : underline; 
   background-color: transparent;
	}

A:active {
   color : #cc9999;
   font-weight : bold; 
   text-decoration : none; 
   background-color: transparent;
	}


