/* CSS Document */

body {
    background: #0B0B0B url("BGTopLeft.png") top left no-repeat;
    font: arial 10px;
    color: #999999;
}
a:link {
    color: white;
    text-decoration: none;
}
a:visited {
    color: white;
    text-decoration: none;
}
a:hover {
    color:#00AAFF;
    text-decoration:none;
}
#document {
    width: 400px;
    height: 400px;
    border: 0 none;
    padding: 5px;
}
#banner {
    width: 100%;
    height: 100px;
    border: 0 none;
    margin-bottom: 5px;
}
#links {
    width: 100%;
    border: 0 none;
    margin-bottom: 10px;
    font-family: Tahoma;
    font-size: 14px;
}
#content {
    width: 380px;
    height: 250px;
    border: 1px solid #282828;
    margin-bottom: 5px;
    font-family: Tahoma;
    font-size: 12px;
    padding: 10px;
    background: #101010;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -o-border-radius:10px;
}
ul {
    list-style-type:circle;
    list-style-position:outside;
    color:#00AAFF;
}
