table {
	font-family :Arial;
	font-size : 10pt;
	border-width: 1px;
	border-color: Black;
	border-collapse: collapse;
} 


A:LINK { 
         font-family :Arial;
         font-size : 10pt;
         text-decoration : none;
         color : blue;
         font-weight : bold;
	 }

A:VISITED { 
         font-family :Arial;
         font-size : 10pt;
         text-decoration : none;
         color : green;
         font-weight : bold;
	 }

A:HOVER  { 
         font-family :Arial;
         font-size : 10pt;
	 text-decoration : none;
	 color : green; 
	 font-weight : bold;
  	 }

