    
  body, td, p, li, option, input, a, select, textarea, .default {
    font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #333333;
  }
  
  hr {
    height : 1px;
    color : #cccccc;
  }


.txtLink{
    font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #cc0000;
    text-decoration: none;
  }
   
  a:active, a:hover.txtLink{
    text-decoration: underline;
    color : #999999;
  }

  
a:link.txtLink, a:vlink{
    text-decoration: none;
    color : #cc0000;
  }