body {
color: #fdfdfd;
background-color: #202020;
}

a:link {
color: #006699;
font-face: verdana, helvetica, sans-serif;
font-family: sans-serif;
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #006699;
font-face: verdana, helvetica, sans-serif;
font-family: sans-serif;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #33ccff;
font-face: verdana, helvetica, sans-serif;
font-family: sans-serif;
text-decoration: underline;
font-weight: bold;
}

a.comlink:hover {
color: #eeff33;
font-face: verdana, helvetica, sans-serif;
font-family: sans-serif;
text-decoration: underline overline;
font-weight: bold;
}

h2.mainhead {
color: #ffffff;
font-size: 3em;
font-face: verdana, helvetica, sans-serif;
font-family: sans-serif;
text-align: center;
}

h3.smallhead {
color: #88eeff;
font-face: verdana, helvetica, sans-serif;
font-family: sans-serif;
text-align: center;
}

p {
font-size: 1.1em;
font-family: serif;
}

#allmain {
position: absolute;
z-index: 1;
width: 80%;
top: 10px;
left: 10%;
}

hr {
height: 1px;
border-top: dotted 1px #fefefe;
}