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;
}
body {
   color: #e4e223;
   background: URL("tmbg/tmbgbg.jpg");
   font-family: verdana, arial, sans-serif;
}
.copy {
   font-size: 7pt;
   font-weight: 100;
   color: #a0a0a0;
   background-color: transparent;
   text-align: center;
}

