body {
background-color: black;
color: #00FF00;
font-family: "Lucida Console", Monospace;
font-size:100%;
}

p  {font-size: 1em; text-align: justify;}
h1 {font-size: 2em;}
h2 {font-size: 1.6em;}

a                 {color: #00FF00; background-color: black;}
a:visited {color: #00FF00; background-color: black;}
a:hover     {color: #D500D2; background-color: black;}

#table-to-center-large {
width: 100%;
}

#table-to-center-small {
width: 57.75em;
height: 40em;
border: 0;
margin: auto;
}

#td-to-center-small {
vertical-align: text-top;
}


#div-to-justify-text {
width: 29em;
}
