body {
background-color: black;
color: white;
}

a:link {
text-decoration: none;
color: yellow;
}

a:hover {
text-decoration: underline;
color: yellow;
}

a:visited {
text-decoration: none;
color: #FF00FF;
}

/* This is the primary table that splits up the home page */

table.main {
border: 0;
width: 1000px;
}

table.join {
border: 0;
width: 200px;
}

table.maintop {
border: 0;
width: 100%;
}

td.mainleft {
width: 200px;
vertical-align: top;
}

td.main {
vertical-align: top;
}

table.mainmiddle {
border: 0;
width: 800px;
}

td.fourbuttons {
border: 0;
vertical-align: top;
width: 150px;
text-align: center;
}

td.fourbuttons img {
border: 0;
height: 27px;
width: 135px;
}

#eightbuttons table {
border: 0;
width: 800px;
font-size: x-small;
}

#eightbuttons td {
text-align: center;
vertical-align: top;
width: 100px;
font-size: x-small;
}

#eightbuttons a {
color: white;
text-decoration: none;
}

#eightbuttons a:hover {
text-decoration: underline;
}

#eightbuttons img {
border: 0;
width: 44px;
height: 44px;
}

/* Caption text on the rotating pics on the home page */
#pic_rotate {
color: white;
font-size: 80%;
text-align: center;
}

#motto {
color: red;
font-style: italic;
font-weight: bold;
font-size: medium;
}

#email table {
border-width: 0px;
border-style: solid;
border-color: #808080;
width: 700px;
}

#email td.left {
border-width: 3px;
border-style: solid;
border-color: #800000;
text-align: center;
font-weight: bold;
width: 200px;
}

#email td.right {
border-width: 3px;
border-style: solid;
border-color: #800000;
text-align: left;
width: 300px;
}

email .option {
color: red;
font-style: italic;
font-size: x-small;
}

/* Refers to the group of links at the bottom of each page */

#links {
font-size: small;
color: #C0C0C0;
text-align: center;
}

#links a{
text-decoration: none;
color: #7AAADB;
}

#links a:hover {
text-decoration: underline;
color: #7AAADB;
}

/* Specifically refers to the Join link in the upper left corner */

#join img {
border-width: 0;
width: 150px;
height: 73px;
}

#join a {
font-size: small;
font-weight: bold;
text-decoration: none;
color: red;
}

#sidepics {
color: red;
}

#sidepics td {
vertical-align: top;
width: 200px;
}

#sidepics img {
width: 100px;
border: 0;
}

#formtable td.formleft {
text-align: right;
}

#formtable td.formright {
text-align: left;
}

#formtable td.formbutton {
text-align: center;
}

input.indent {
margin-left: 10%
}

h2 {
text-align: center;
}
