body {
   background-color: #003322;
   color: #00ffdd;
   font-family: Georgia, "Times New Roman", sans-serif;
   /* scroll bar */
   scrollbar-face-color: #004411;
   scrollbar-track-color: #003322;
   scrollbar-arrow-color: #00aa88;
   /* top and rights, bottom and lefts */
   scrollbar-highlight-color: #006633;
   scrollbar-3dlight-color: #006633;
   scrollbar-shadow-color: #006633;
   scrollbar-darkshadow-color: #006633;
}

/* 
 * SECTIONS 
 */
 
p.intro {
   font-size: 75%;
   font-style: italic;
}

span.update {
   font:9px sans-serif;
   text-align:left;
}

pre.geek {
   color: #00aa88;
   font:9px serif;
}

/*
 * DIVISIONS
 */

div.tag {
   font-size: 60%;
   font-style: italic;
}

div.quote {
   font-size: 80%;
   margin: 5%;
}

div.geofix {
   margin-right: 100px;
   text-align: center;
}

div.indent {
   margin-left: 3em;
   margin-right: 3em;
   text-align: justify;
}

div.notmine {
   border: solid thin;
   border-color: black;
   margin: 1%;
}

div.linking {
   border: solid thick;
   border-color: black;
   margin: 1%;
}

div.allmine {
   border: dotted thin;
   border-color: black;
   margin: 1%;
}

div.wotcogc {
   border: double thick;
   border-color: black;
   margin: 1%;
}

/*
 * TABLES
 */

table.main {
   background-color: #004433;
   border: solid thick;
   border-color: black;
   font-size: 95%;
   height: 90%;
   width: 80%;
}

table.header {
   background-color: #004411;
   border: dashed thin;
   border-color: black;
   color: #00aa88;
   width: 100%;
   font-size: 120%;
   font-style: italic;
   font-weight: bold;
   letter-spacing: 1em;
}

table.footer {
   background-color: #004411;
   border: dashed thin;
   border-color: black;
   color: #00aa88;
   font-size: 80%;
   width: 100%;
}

table.news {
   background-color: #004411;
   border: solid groove;
   border-color: #003300;
   color: #00bb88;
   font-size: 95%;
   width: 100%;
}

table.quiz {
   font-size: 85%;
}

/* 
 * TDS 
 */
 
td.navbar {
   background-color: #004411;
   border: dashed thin;
   border-color: black;
   color: #00aa88;
   height: 100%;
   text-align: left;
}

td.headline {
   background-color: #003300;
   color: #00ddbb;
}

/* 
 * LINKS 
 */

A:link {
   background-color: #004433;
   color: #00ffdd;
   text-decoration: underline;
}

A:hover {
   background-color: #004411;
   color: #00aa88;
   text-decoration: underline;
}

A:active {
   background-color: #004411;
   color: #00aa88;
   text-decoration: none;
}

A:visited {
   background-color: #004433;
   color: #00bb99;
   text-decoration: none;
}

/*
 * ALT LINKS
 */

A.alt:link {
   background-color: #004411;
   color: #00ffdd;
   text-decoration: none;
}

A.alt:hover {
   background-color: #004433;
   color: #00ffdd;
   text-decoration: none;
}

A.alt:active {
   background-color: #004433;
   color: #00ffdd;
   text-decoration: underline;
}

A.alt:visited {
   background-color: #004411;
   color: #007755;
   text-decoration: none;
}

/*
 * SITE MAP LINKS: LVL 1
 */

A.map1:link {
   background-color: #004411;
   color: #00ffdd;
   text-decoration: none;
   margin-left: 5px;
}

A.map1:hover {
   background-color: #004433;
   color: #00ffdd;
   text-decoration: none;
   margin-left: 5px;
}

A.map1:active {
   background-color: #004433;
   color: #00ffdd;
   text-decoration: underline;
   margin-left: 5px;
}

A.map1:visited {
   background-color: #004411;
   color: #007755;
   text-decoration: none;
   margin-left: 5px;
}

/*
 * SITE MAP LINKS: LVL 2
 */

A.map2:link {
   background-color: #004411;
   color: #00ffdd;
   text-decoration: none;
   margin-left: 10px;
}

A.map2:hover {
   background-color: #004433;
   color: #00ffdd;
   text-decoration: none;
   margin-left: 10px;
}

A.map2:active {
   background-color: #004433;
   color: #00ffdd;
   text-decoration: underline;
   margin-left: 10px;
}

A.map2:visited {
   background-color: #004411;
   color: #007755;
   text-decoration: none;
   margin-left: 10px;
}