a:link  {
     color: red;
     background-color: transparent;
     text-decoration: none;
     }

a:visited  {
     color: red;
     background-color: transparent;
     text-decoration: none;
     }

a:hover  {
     color: #cccccc;
     background-color: transparent;
     text-decoration: none;
     }

body  {
     color: #000000;
     background-color: #EFEC1A;
     font-family: Verdana, arial, helvetica, serif;
     font-size: 12px;
     }
     
.het  {
     color: #000000;
     background-color: #EFEC1A;
     font-family: Verdana, arial, helvetica, serif;
     font-size: 12px;
     text-align: center;
     }