
BODY{
   background : #fff; 
   color: black;
   margin : 0;
   margin-top : 0;
   margin-bottom : 0;
   padding : 0;
   padding-bottom : 0;
  }

P, td {
   font-size: 10px;
   color: green;
   margin-top : 0;
   margin-bottom : 0px;
  }

A {
   font-family: verdana, arial, helvetica, sans-serif; 
   font-size: 10px;
  }

h3 {
   font-family: verdana, arial, helvetica, sans-serif; 
   font-size: 11px;
   margin-top : 5px;
   margin-bottom : 0;
   }

B, strong {
   font-weight : bold; 
   }

A:visited {
    color: red;
	}

A:link {
   text-decoration : none; 
	}

A:hover {
   color : #ff6600;
   text-decoration : underline; 
	}

A:active {
   font-weight : bold; 
   text-decoration : none; 
	}
