
#blink { 
         font-family : Arial;
         font-size : 12pt;
         font-weight : bold;
         font-style : italic;
         text-decoration : none;
         color : #000000
}
  A:LINK { 
         font-family : "Times New Roman";
         font-size : 11pt;
         font-weight : bold;
         font-style : none;
         text-decoration : none;
         color : #FF0000
}
  A:VISITED { 
         font-family : "Times New Roman";
         font-size : 11pt;
         font-weight : bold;
         font-style : none;
         text-decoration : none;
         color : #FF0000
}
A:HOVER {
         font-family : "Times New Roman";
         font-size : 11pt;
         text-decoration : underline;
         color : #0000FF
}