.main {
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
  font-style: normal;
  color: #99FFCC;
  background-color: #000000;
  }
  
.trim {
  background-color: #993366;
  }
  
.fill {
  background-color: #993366;
  }

b {
  font-size: 125%;
  
  color: #66CCCC;
  }

a {
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
  font-style: normal;
  color: #99FFCC;
  text-decoration: none
  }

a:hover {
  font-family: "Courier New", Courier, mono;
  font-size: 12px; 
  font-style: normal;
  color: #993366;
  text-decoration: underline overline
  }