body {
    color: #ffffff;
    background-color: #000000;
    font-family: verdana, arial, times;
    font-size: 12pt;
}

a:link, a:visited {
    color: #99ff99;
    text-decoration: none;
}

a:hover {
    color: #44ff44;
    text-decoration: underline;
}

div.container {
    width: 640px;
}

div.validation {
    width: 88px;
}

div.container, div.validation {
    margin-left: auto;
    margin-right: auto;
}

div.validation img {
    width: 88px;
    height: 31px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

div.shorts, div.scraps, div.longs, div.notebooks {
    width: 310px;
}

div.shorts, div.scraps {
    clear: left;
    float: left;
}

div.longs, div.notebooks {
    clear: right;
    float: right;
}

div.feed {
    width: 200px;
    clear: both;
    text-align: center;
    font-size: 8pt;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

div.feed p {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 {
    text-align: center;
}

h2 {
    border-bottom: 1px solid #ffffff;
}

table.list {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
