
/* The body */

     body {background-color: #000000}

/* Headers of Arial */

     h1.arial {color:white; font-size:16pt; font-family:arial}
     h2.arial {color:white; font-size:14pt; font-family:arial}
     h3.arial {color:white; font-size:12pt; font-family:arial}
     h4.arial {color:white; font-size:10pt; font-family:arial}
     h5.arial {color:white; font-size:8pt; font-family:arial}
     h6.arial {color:white; font-size:6pt; font-family:arial}

/* Headers of Comic Sans MS */

     h1.comic {color:white; font-size:16pt; font-family:comic sans ms}
     h2.comic {color:white; font-size:14pt; font-family:comic sans ms}
     h3.comic {color:white; font-size:12pt; font-family:comic sans ms}
     h4.comic {color:white; font-size:10pt; font-family:comic sans ms}
     h5.comic {color:white; font-size:8pt; font-family:comic sans ms}
     h6.comic {color:white; font-size:6pt; font-family:comic sans ms}

/* Links */

     a:link {text-decoration:none; color: #0000FF; font-family:arial}
     a:visited {text-decoration:none; color: #0000FF; font-family:arial}
     a:hover {text-decoration: underline; color: #FF0000; font-family:arial}
     a:active {text-decoration:none; color: #FFFFFF; font-family:arial}

/* Paragraphs and such */

     p {color:white; font-size:16pt; font-family:arial}

/* Tables - for thumbnail menus */

     table.first {margin-left:auto; margin-right:auto; background:black}

     caption.first {}

     th.first {}

     tr.first {}

     td.first {padding:40px}

/* Tables - for columnal displays */

     table.second {margin-left:auto; margin-right:auto; background:black}

     caption.second {}

     th.second {}

     tr.second {}

     td.second {padding:10px}

/* Columns */

.leftcolumn {
position:       absolute;
width:          33%;
top:            0px;
left:           0px;
background-color: #000000;
}

.centercolumn {
position:       absolute;
width:          34%;
top:            0px;
left:           33%;
background-color: #000000;
}

.rightcolumn {
position:       absolute;
width:          33%;
top:            0px;
left:           67%;
background-color: #000000;
}
