
body{
    background-color: #4f4140;
    color: #ffffff;
    font-family: Verdana;
}

table{
    border-color: transparent;
    width: 800px;
    margin: auto;
}
td{
    border:0px;
    padding:0px;
    margin:0px;
}
#title a{
    outline:none;
}
#mainArea{
    background-color: #75605e;
    padding-left:15px;
    padding-right:10px;
    height:350px;
}
#mainArea p{
    margin-top:5px;
}
p.sectionHeader{
    text-align: center;
}
div.sidebarItem{
    padding:5px;
    color: #FFFFFF;
    font-weight: bold;
}
a.active div.sidebarItem{
    background-color: #75605e;
}
td#sidebar a {
    text-decoration: none;
    border-style: none;
    outline:none;
}
div#algebalanceScreenshotArea{
    width:320px;
    height:240px;
    margin:auto;
}
div#algebalanceScreenshotArea img{
    width:320px;
    height:240px;
}
div#algebalanceTitleArea{
    text-align:center;
    padding:5px;
}

#mainArea a{}
#mainArea a:link{color:#bbf;}
#mainArea a:visited{color:#97d;}
#mainArea a:hover{}
#mainArea a:active{}


