

body {

    margin-left: 0;

    margin-top: 0;

    margin-right: 0;

    background: white;

    font: normal 100%/130% "Arial", Sans-serif;

}



.menubar { width: 728px; }

#wikitext { width: 705px; text-align: left; margin-top: 20px; }



#wikitext h1, #wikitext h2, #wikitext h3, #wikitext h4, #wikitext h5, #wikitext h6 {

    font-family: "Arial", "Verdana", Sans-serif;

    font-weight: bold;

    color: #404040;

}



#wikitext h1 { text-align: center; background-color: #dddddd; }



#wikitext img { padding: 5px; }



#wikitext a:link { text-decoration: none; color: blue; font-weight: normal; } 

#wikitext a:visited { text-decoration: none; color: blue; font-weight: normal; } 

#wikitext a:hover { text-decoration: underline; color: blue; font-weight: normal; }

#wikitext a:active { text-decoration: underline; color: blue; font-weight: normal; }



/* Site links at bottom of page (for non-JS navigation). */

#sitelinks { padding: 10px; color: #ffcc33; width: 600px; }

#sitelinks a:link { font-family: "Tahoma", "Arial", "Geneva", Sans-serif;  font-size: 11px;  text-decoration: none;  color: #ff9900;  font-weight: normal; } 

#sitelinks a:visited { font-family: "Tahoma", "Arial", "Geneva", Sans-serif;  font-size: 11px;  text-decoration: none;  color: #ff9900;  font-weight: normal; } 

#sitelinks a:hover { text-decoration: underline;  color: #663300;  font-weight: normal; }

#sitelinks a:active { text-decoration: underline;  color: #663300;  font-weight: normal; }



#footer { 

    font-size: 80%; 

    border: 1px solid #a0a0a0; 

    border-left: none; 

    border-right: none; 

    background-color: #eeeeee;

}



#copyr {

    font-size: 70%;

    text-align: center;

    width: 100%;

}



/* Lemmywinks?  No!  Wikilinks!  */

#wikilinks a:link { font-family: "Tahoma", "Arial", "Geneva", Sans-serif;  font-size: 11px;  text-decoration: none;  color: white;  font-weight: bold; }

#wikilinks a:visited { font-family: "Tahoma", "Arial", "Geneva", Sans-serif;  font-size: 11px;  text-decoration: none;  color: white;  font-weight: bold; }

#wikilinks a:hover { text-decoration: none;  color: blue;  font-weight: bold; }

#wikilinks a:active { text-decoration: none;  color: blue;  font-weight: bold; }



/* 

 * JavaScript menu (pc_menu.js) styles, mostly inherited from the book

 * example (see pc_menu.js).

 *

 * pc_menus.js *may* require modification if you modify the .menuItem

 * and .menuItemOn styles.  See CSSRuleValues variable.

 */

.menuWrapper {

    position:absolute; 

    width:163px; 

    background-color:#ffffcc; 

    visibility:hidden; 

    border-style:solid; 

    border-width:1px; 

    border-color:#ffcc33; 

    display:block;

    padding:0px; 

}



.menuItem    {

    cursor:pointer; 

    font-size:11px; 

    font-family: "Tahoma", "Arial", "Helvetica", sans-serif;  

    font-weight: bold;

    border-bottom: 1px solid #ffcc33; 

    padding-left:10px; 

    color:black; 

    background-color:#ffffcc; 

    text-decoration:none; 

    position: absolute;

    left: 0;

    height: 18px;

    width: 153px;

    top: 0px;

    display: block;

    line-height: 18px;

}



.menuItemOn  {

    cursor:pointer; 

    font-size:11px; 

    font-family: "Tahoma", "Arial", "Helvetica", sans-serif;  

    border-bottom:1px solid #ffcc33; 

    padding-left:10px; 

    color:#ffffff; 

    background-color:#0000ff; 

    text-decoration:underline; 

    position: absolute;

    left: 0;

    height: 18px;

    width: 153px;

    top: 0px;

    display: block;

    line-height: 18px;

}



