
    .content {
     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
     font-size : 7pt;
     color : Gray;
    }
   .content A:link {
     font-size : 7pt;
     color : #808080;
     text-decoration : none;
    }
   .content A:HOVER {
     font-size : 7pt;
     color : #000000;
	 text-decoration : underline;
     }
   .content A:VISITED {
     font-size : 7pt;
     color : #808080;
      text-decoration : none;
    }

.content A:ACTIVE {
	font-size : 7pt;
     color : #000000;
      text-decoration : none;
}
