BODY {
       background:#4F4F4F; /**  Outermost background: dark gray **/
       color:#000000;
       font-family:sans-serif;
       padding:50px 60px 60px;
       }
#outer {
         background:#808080; /** Middle section background: gray **/
         border:5px solid #000000;
         margin:0pt;
         min-width:500px;
         padding:0pt;
         }
#topbox {
          background:#EBEBEB; /**  Top box background: light gray **/
          color:black;
          padding:25px 15px 5px 20px;
          }
#wikilogo {
            font-family:serif;
            font-size:300%;
            font-weight:bold;
            }
a#top {
        font-family:serif;
        font-size:300%;
        font-weight:bold;
        }
a#top:link {
             color:#000099;
             }
a#top:visited {
                color:#000099;
                }
a#top:hover {
              color:brown;
              }
a#top:active {
               color:black;
               }
#topright {
            font-family:sans-serif;
            text-align:right;
            }
#vmid {
        border-bottom:5px solid #000000;
        border-top:5px solid #000000;
        padding:25px 0pt 0pt;
        }
#menucell {
            float:left;
            margin:0pt;
            padding:1px 10px 10px 25px;
            width:10em;
            }
#menudiv {
           background:#F1F6FF; /**  Sidebar background of: white, with a hint of blue **/
           border:2px solid black;
           margin:0pt;
           padding:15px 10px 10px;
           }
#menudiv .vspace {
                   line-height:125%;
                   margin-top:0.5em;
                   }
#menudiv {
           }
#maincell {
            background:#F1F6FF; /**  Main content area, background  **/
            clear:none;
            margin:0px 20px 20px 13em;  
            min-height:25em;
            padding:5px 10px 10px 20px;
            position:relative;
            text-align:left;
            border:2px solid black; 
            }
#bottombox {
             background:#EBEBEB; /**  Bottom box background: light gray **/
             color:black;
             font-size:70%;
             padding:10px;
             text-align:right;
             }
.clearer {
           clear:both;
           height:1px;
           margin-top:-1px;
           }
div#menucell dd {
                  margin-left:1.5em;
                  padding:0pt;
                  }
div#menucell dt {
                  margin-bottom:2px;
                  padding:0pt;
                  }
div#menudiv ul {
                 list-style-image:none;
                 list-style-position:outside;
                 list-style-type:none;
                 margin:0pt;
                 padding:0pt;
                 }
div#menucell li {
                  margin:0pt 0pt 0pt 1.5em;
                  padding:0pt;
                  }
p.sidehead {
             background:#7799FF; /*  These are the section headers of links in the sidebar. very boxy looking. light blue with a black border                         *******************************/
             border:1px solid black;
             color:black;
             font-size:125%;
             font-weight:bold;
             margin:5px;
             padding:5px;
             }
h1, h2, h3, h4, h5, h6 { /**  headers are blue (sort of dark-ish) **/
                         color:#000099;
                         font-family:sans-serif;
                         font-weight:bold;
                         }
h1 {
     font-size:200%;
     margin:1em 0pt 0.6em;
     }
h2 {
     font-size:160%;
     margin:1em 0pt 0.6em;
     }
h3 {
     font-size:130%;
     margin:1em 0pt 0.6em;
     }
h4 {
     font-size:115%;
     margin:1em 0pt 0.6em;
     }
h5 {
     font-size:100%;
     margin:1em 0pt 0em;
     }
h6 {
     font-size:90%;
     margin:1em 0pt 0em;
     }
hr {
     background:black none repeat scroll 0% 50%;
     }
a {
    font-weight:bold;
    padding-left:1px;
    padding-right:1px;
    text-decoration:none;
    }
a:link {
         color:#000099;
         }
a:visited {
            color:#000099;
            }
a:hover {
          color:brown;
          font-weight:bold;
          }
a:active {
           color:black;
           text-decoration:underline;
           }
div#menucell a {
                 font-weight:normal;
                 }
div#menucell a:link {
                      color:black;
                      }
div#menucell a:visited { /** All the links are black. very redundant. **/
                         color:#000099;
                         }
div#menucell a:hover {
                       color:brown;
                       font-weight:bold;
                       }
div#menucell a:active {
                        color:black;
                        }
div#maincell a {
                 font-weight:bold;
                 padding-left:1px;
                 padding-right:1px;
                 }
div#maincell a:link {
                      color:#000099;
                      }
div#maincell a:visited {
                         color:#000099;
                         }
div#maincell a:hover {
                       color:brown;
                       font-weight:bold;
                       }
div#maincell a:active {
                        color:black;
                        }
div#bottombox a {
                  font-weight:normal;
                  }
div#bottombox a:link {
                       color:black;
                       }
div#bottombox a:visited {
                          color:black;
                          }
div#bottombox a:hover {
                        color:brown;
                        }
div#bottombox a:active {
                         color:black;
                         }