body {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #CCFF00;
  text-align:center;
  background-color: #373737;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
 }
a:hover {color: #33FF00; text-decoration: none;}
a {color: #00ffff; text-decoration: none;}
.link {
  text-decoration: underline;
  font-weight: bold;
  color: #ffffff;
 }
 
 
.white {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
 }

.head { 
 text-align:center;
 background-color: #005500; 
 padding:2px; 
 border-top: 2px solid #006600; 
 border-right: 2px solid #002200; 
 border-bottom: 2px solid #002200; 
 border-left: 2px solid #006600;
 }