
body {
    background-color: white;
    color: #4B0082;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Century Gothic", "Avant Garde", Helvetica, Verdana, Tahoma, Arial;
    font-size: 15px;
    }
a {
    color: #4B0082;
    text-decoration: none;
    background-color: #FFFFFF;
    }
a:hover {
    text-decoration: none;
    background-color: #FFD700;
    }
h2, h3 {
    font-size: 15px;
    font-weight: bold;
    }
    
#topbox {
    clear: both;
    display: block;
    padding: 10px;
    }
    
#mainbox {
    clear: both;
    display: block;
    padding: 10px;
    padding-top: 30px;
    min-height: 400px;
    line-height: 22px;
    text-align: justify;
    }
#copybox {
    clear: both;
    display: block;
    margin-top: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    }

#categories {
    clear: both;
    border: 1px #FF8C00 solid;
    font-size: 14px;
    font-weight: normal;
    padding: 15px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    
    }
#categories a {
    font-weight: bold;
    }
    
#subcategories, #links {
    clear: both;
    border: 1px #FF8C00 solid;
    font-size: 14px;
    font-weight: normal;
    }
#subcategories table, #links table {
    width: 100%;
    }

#subcategories td, #links td {
    padding: 8px;
    vertical-align: top;
    border: 1px white solid;
    width: 33%;
    text-align: left;
    }
#logo {
    text-align: center;
    }
#googlesearch {
    border: 1px #4B0082 solid;
    padding: 5px;
    display: block;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    }
#edituser td, .inktable td, #suggest td {
    padding: 8px;
    border: 1px #FF8C00 solid;
    }
.inktable thead td {
    background-color: white;
    color: #4B0082;
    font-weight: bold;
    border: 1px #FF8C00 solid;
    }
.alert {
    color: #4B0082;
    background-color: #FFD700;
    font-weight: bold;
    }
