 
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;
}
.Text {
  line-height : 140%;
  color : #80ff80;
  text-align : center;
}
.Illustration {
  text-align : center;
  vertical-align : bottom;
}
.Comment {
  color : white;
  text-align : center;
}
TABLE{margin-left : auto; margin-right : auto;}
TABLE.T1 {
  font-size : x-small;
  color : white;
  background-color : black;
}
TD.Header {
  font-family : "Comic Sans MS", cursive;
  text-align : center;
  background-color : white;
  color : #009900;
  font-weight : bold;
}
TD.Title {
  color : #009900;
  text-align : center;
  font-weight : bold;
  font-size : medium;
}
.Comment2 {
  color : white;
  text-align : left;
/*  text-indent: 1em;*/
}
DIV { text-align : center; }
