P  { 
   font-size:12px;
   font-family: Verdana, Times, serif; 
   text-align:justify;
   font-weight:normal;
   }

A:link { 
   color: #ffd700; 
   text-decoration:underline;
   }

A:hover { 
   color: red; 
   text-decoration:none; 
   }

.textbox {
 font-size: 10px;
 color:#ffd700;
 background-color: #000000;
 border: 2px solid #84030A;
 width: 175px;
}

.textbox:focus {
 background-color: #000000;
 }

.formbutton { /* a button */
 font-family: Verdana,Arial,sans-serif;
 font-size:11px;
 width:150px;
 color: #ffd700;
 background-color: #340003;
 -moz-border-radius:25px; /* in Mozzy, this looks rather nice! */
 }
 
 H2 {
 
     font-size:18px;
     font-family: Verdana, Times, serif; 
     text-align:left;
     font-weight:bold;
 
    }
    
    
TD   { 
   font-size:12px;
   font-family: Verdana, Times, serif; 
   text-align:justify;
   font-weight:normal;
   }