a, a:visited, a:active
{
    text-decoration: none;
    color: #8888dd;
}
a:hover
{
    text-decoration: underline;
    color: #8888dd;
}
body, td, p
{
    background-color: #222222;
    color: #dddddd;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
}
#content
{
    position: relative;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: auto;
    line-height: 150%;
}
.listrow
{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.leftlist
{
    float: left;
    width: 50%;
    text-align: left;
}
.rightlist
{
    float: left;
    width: 50%;
    text-align: right;
}
.rightlistonly
{
    width: 100%;
    text-align: right;
}
