/* Quake2 style sheet by Phillip M. Stewart  pms@netdoor.com  */
/* See it in use at http://www.netdoor.com/quake2/index.html  */

body {
 color: #C0C0C0;
 background: #000 none;
 font-family: Arial, Sans-serif
}
a:link    {
 background: transparent none;
 color: #FFFFFF;
}
a:visited {
 background: transparent none;
 color: #C0C0C0;
}
a:active {
 background: transparent none;
 color: #E40000;
}
a:hover {
 background: transparent none;
 color: #FFFFFF;
}
h1 {
 color: white;
 background: transparent none;
 font-family: Impact, Arial, Sans-serif;
}
h2 {
 color: white;
 background: transparent none;
 font-family: Impact, Arial, Sans-serif;
}
h3 {
 color: white;
 background: transparent none;
 font-family: Arial, Sans-serif;
}
h4 {
 color: white;
 background: transparent none;
 font-family: Arial, Sans-serif;
}
h5 {
 color: white;
 background: transparent none;
 font-family: Arial, Sans-serif;
}

p {
 color: #C0C0C0;
 background: transparent none;
 font-family: Arial, Sans-serif;
}
ul {
 font-family: Arial, Sans-serif
}
ol {
 font-family: Arial, Sans-serif
}
li {
 font-size: smaller;
 font-family: Arial, Sans-serif
}
caption {
 color: #C0C0C0;
 background: transparent none;
 font-family: Arial, Sans-serif;
}
th {
 color: white;
 background: gray none;
 font-weight: bold;
 font-family: Arial, Sans-serif;
}
td {
 color: #C0C0C0;
 background: transparent none;
 font-family: Arial, Sans-serif;
}
dl {
 font-family: Arial, Sans-serif;
}
pre {
 color: yellow;
 background: transparent none;
 font-size: .9em;
 font-family: monospace;
}

kbd, tt, code { font-family: monospace; }

.white  { color: white; background: transparent none; }
.black  { color: black; background: transparent none; }
.blue   { color: blue; background: transparent none; }
.red    { color: red; background: transparent none; }
.yellow { color: yellow; background: transparent none; }
.margin { margin-left: 50px; }
.center { text-align: center; }
.left   { text-align: left; text-indent: 12px; }
.maprotation {  color: #C0C0C0; background: red none; }
.bluebg { color: white; background: blue none; }

.mboth { margin-left: 50px; margin-right: 50px; }

/* for use with cgi */
.error    { color: red; background: transparent none; }

a.netdoor:link    { color: #FFCF00; background: transparent none; }
a.netdoor:visited { color: #FFCF00; background: transparent none; }

.netdoor { color: #FFCF00; background: transparent none; }
