html 
{
    background-color: #F5F5F5;
    font-family: verdana;
}
h1 
{
    text-align: center;
    color: black;
}
p
{
    color: black;
}

#sidebar 
{
    color: black;
    background-color: #E0E0E0;
    float: left;
    border-radius: 7px;
    border: 2px solid #C0C0C0;
    width: 162px;
}

.sidebutton 
{
    background-color: #D0D0D0;
    float: left;
    width: 150px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #808080;
}
#sidebar > a
{
    color: black;
    font-weight: bold;
    text-decoration: none;
}   
#content 
{
    text-align: left;
    margin: 0 auto;
    background-color: #FDFDFD;
    width: 50%;
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    padding-left: 25px;
    padding-right: 25px;
}
#content > h3
{
    text-align: center;
}
