  a:link, a:visited {
     color: #B4B5CB; 
	 text-decoration: none;
	 }

  a:hover, a:active {
     color: #6D78A3; 
	 text-decoration: none; 
	 font-weight: none;
	 }

  input, textarea, select {
     color: #FFFFFF;
	 background: #000000;
	 font-family: Courier New, Courier, mono;
     font-size: 10px;
	 }

  body {
     color: #FFFFFF;
	 text-align: center;
	 font-family: Courier New, Courier, mono;
	 font-size: 12px;
	 background-color: #000000;
     }
	 
  table {
     background-color: #212131;
     }
  
  font.sc {
     font-variant: small-caps;
     }
