 
BODY {
  background-color : Black;
  color : #80ff80;
  text-align : center;
}
A:LINK, A:HOVER, A:ACTIVE {
  text-decoration : underline;
  color : #009900;
}
A:VISITED {
  text-decoration : underline;
  color : #66CC33;
}
H1 {
  font-family : "cgos", cursive;
  color : #008040;
  font-size : xx-large;
}
.Comment {
  line-height : 140%;
  color : #80ff80;
  text-align : center;
}
TABLE{margin-left : auto; margin-right : auto;}
TD.Title {
  color : White;
  text-align : left;
}
.Text {
  color : #80ff80;
  text-align : left;
}
DIV { text-align : center; }
