body {
font-family:Tahoma, Arial, sans-serif;
background-color:#000;
border:0;
margin:0;
padding:0;
}
div.container {  /* unglues the pages from the top and bottom edges of the browser */
margin:10px 0 20px 0;
padding:10px 0 20px 0;
text-align:center;
}
a:link {
color:#000099;
}
a:visited,
a:hover,
a:active {
color:#3300FF;
}
img {
border:0;
color:#fff;  /* when images disabled, alt text is white against our black background */
}
p.begin {  /* instructions at top of the pages with center aligned text */
font-size:16px;
letter-spacing:1px;
margin:15px 0 0 0;
text-align:center;
}
h1,h2,h3 {  /* error page */
text-align:center;
}
h5 { /* on What's New page */
font-weight:lighter;
}
#footer img {
display:block;
}
#bottomnav {  /* navigation links at bottom */
font:16px Arial, sans-serif;
color:#fff;
text-align:center;
padding:2px 0 5px;
margin-bottom:0px;
border:1px solid #C6C6C6;
border-top:0;
}
#bottomnav a {  /* navigation links at bottom */
font:11px Arial, sans-serif;
color:#fff;
text-decoration:none;
padding:0 3px;
}
#bottomnav a:visited {  /* navigation links at bottom */
text-decoration:none;
}
#bottomnav a:hover {  /* navigation links at bottom */
text-decoration:underline;
}
p span { /* used here and there for red color */
color:#f00;
}
