body {
  color: #999999;
  background: #333333;
  margin: -10px;
  }

.nav {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  background: transparent;
  }
  
.nav a:link {
  color: #333333;
  text-decoration: none;
  background: transparent;
  }

.nav a:visited {
  color: #333333;
  text-decoration: none;
  background: transparent;
  }
  
.nav a:hover {
  color: #333333;
  text-decoration: underline;
  background: transparent;
  }
  
.nav a:active {
  color: #333333;
  text-decoration: underline;
  background: transparent;
  }
  
.mt {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  background: transparent;
  }
 
.mt td {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  background: #999999;
  }
  
.mt a:link {
  color: #333366;
  text-decoration: underline;
  background: transparent;
  }
  
.mt a:visited {
  color: #333366;
  text-decoration: underline;
  background: transparent;
  }
  
.mt a:hover {
  color: #333366;
  text-decoration: none;
  background: transparent;
  }
  
.mt a:active {
  color: #333366;
  text-decoration: none;
  background: transparent;
  }

.nt {
  font-family: Arial, Helvetica, sans-serif;
  color: #CCCCCC;
  font-size: 12px;
  background: transparent;
  }
  
.nt a:link {
  color: #CCCCCC;
  text-decoration: none;
  background: transparent;
  }

.nt a:visited {
  color: #CCCCCC;
  text-decoration: none;
  background: transparent;
  }
  
.nt a:hover {
  color: #CCCCCC;
  text-decoration: underline;
  background: transparent;
  }
  
.nt a:active {
  color: #CCCCCC;
  text-decoration: underline;
  background: transparent;
  }

.st {
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
  font-size: 10px;
  background: transparent;
  }
  
.st a:link {
  color: #999966;
  text-decoration: underline;
  background: transparent;
  }
  
.st a:visited {
  color: #999966;
  text-decoration: underline;
  background: transparent;
  }
  
.st a:hover {
  color: #999966;
  text-decoration: none;
  background: transparent;
  }
  
.st a:active {
  color: #999966;
  text-decoration: none;
  background: transparent;
  }
  
textarea, input, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }