/* Twelve Tome Generator
* Copyright Evdokimoff 2006
*/

body {
    min-width: 988px;
    font-family: Eurostile,sans-serif;
    font-size: 12pt;
    color: #333;
    background: white;
    }
table {
    width: 960px;
    margin: 10px;
    }
td {
    padding: 10px;
    }

#wrapper { 
    margin-left: auto;
    margin-right: auto;
    }
    
#header { 
       color: navy;
       background: white;
       text-align: center;
       font-size: 14pt;
       width: 100%;
       border: thin outset silver;
       }

 
#footer {
    clear: left;
    text-align: center;
    background: inherit;
    color: inherit;
    width: 100%; 
    font-size: 10pt;
    font-style: italic;
    }

form {
     text-align: center;
     }

pre {
    text-align: center;   
    font-family: courier, monospace;
    color: navy;
    background: white;
    }
#left * {
       color: navy;
       background: inherit;
       font-size: 10pt;
       }
#cheat {
      display: none;
      list-style: none;
      padding: 0;
      margin: 0;
  }

#navbar ul {
list-style: none;
margin: 0;
padding: 0;
}

a:link, a:visited, a:active {
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

