body {background-color: #FFFFF0;}
* {color: #242424;}
A:visited {color: #8B0000;}
b {color: #8B0000;}
img {border: 0px;}
.box
{
    background: #FFFFFF;
    border: 1px solid #8B0000;
    border-top-color: #700000;
    border-top-width: thick;
    text-align: center;
}

.name
{
    background-color: #FFFFEE;
    color: #000000;
    font-size: 500%;
}

.compl
{
    background-color: #FFFFEF;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
}

.content
{
    background-color: #FFFFED;
}

.subbox
{
    background: #FFFFFF;
    border: 1px solid #700000;
    border-top-width: 0px;
    text-align: center;
}

#wrapper
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#projects
{
    display: none;
}

.footer
{
    background-color: #FFFFEC;
    text-align: center;
    font-size: small;
}

.box b{color: #353535;}
ol{list-style-type: upper-roman;}
ol ol{list-style-type:upper-alpha;}
ol ol ol{list-style-type:decimal;}
ol ol ol ol{list-style-type:lower-alpha;}
