body {
   font-family: verdana, arial, sans-serif;
   color: #e4e223;
   background: url("tmbgbg.jpg");
}
a:hover {
   cursor: pointer; 
   text-transform: none;
   text-decoration: underline;
   color: #ff8000;
   background-color: transparent;
}
a {
   cursor: pointer;
   text-decoration: none;
   color: #ffffff;
   background-color: transparent;
   font-weight: 700;
}

