body {
  
  text-align: center;
  
  background-color: rgb(51, 102, 102);
  
  color: rgb(255, 255, 255);
}



div#contentarea {
  
  text-align: center;
  
  margin-left: auto;
  
  margin-right: auto;
  
  font-size: 1em;
  
  background-color: rgb(51, 102, 102);
  
  color: rgb(255, 255, 255);
  
  max-width: 902px;
}

div#contentarea a:link {
  
  color: rgb(51, 204, 255);
}



div#contentarea a:visited {
  
  color: rgb(255, 204, 153);
}



.test {
  
  background-color: rgb(102, 0, 0);
}

