.main {
  color: rgb(204,204,204);    
}
.plain{
  font-family: Courier;
}
.link {
  color: rgb(204,204,204);
  text-decoration: none; cursor: hand;
}
.link:hover {
  color: rgb(255,176,0); cursor: hand; text-decoration: none;
}
.link:link {
  color: rgb(204,204,204); cursor: hand;
}
.link:visited {
  color: rgb(200,150,0); cursor: hand;
}
.link:active {
  color: rgb(255,255,51); cursor: hand;
}
.tableheader {
  color: rgb(204,204,204);
  text-align: center;
}
.tableheader:first-letter {
  font-weight: bold;
}
.tablebody{
  color: rgb(204,204,204);
  text-align: right;
}
.tablebody:first-letter {
  font-weight: bold;
}
.header {
  background-color: rgb(80,77,80);
  text-align: center;
}
.body{
  background-color: rgb(126,121,126);
}
.input {
  background-color: rgb(126,121,126);
  color: rgb(224,224,224);
}
.t_i:first-letter {
  font-weight: bold;  
}
.t_i {
  font-size: large;
  text-align: left;
  font-style: italic;
  color: rgb(204,204,204);
}
.t_a {
  font-size: larger;
  text-align: right;
  font-style: italic;
  color: rgb(153,153,153);
}