body { background: white; color: black; }

h1, h2, h3 { font-weight: bold; }

#body_container {
    width:600px;
    float:left;
}

div.mainbox {
    background-color:tan;
    border:1px solid black;
    width:450px;
    margin-left:auto;
    margin-right:auto;
}

#discovered {
    border:1px solid black;
    font-size:13px;
    width:290px;
    float:right;
    text-indent:10px;
    margin-right:15px;
}

#discovered a:link {
    text-decoration:none;
}
#discovered a:hover {
    text-decoration:underline;
}

#emblems {
}
