
TD      {
	  font-family: verdana, tahoma, sans-serif;
	  font-size: 12pt;
      body: background-color: #990000;
	  }
	  
	  


A:link   {
      text-decoration: none;
      font-weight:  bold;
      color: #ffff33;
      }

A:visited   {
      text-decoration: none;
      font-weight:  bold;
      color: #cccccc;
      }

A:active   {
      text-decoration: none;
      font-weight:  bold;
      color: #ffff00;
      }


A:hover   {
      text-decoration: underline;
      font-weight:  bold;
      color: #ffff00;
      }


