body {
        background-image:url(../_images/roland.gif);
        background-position: left top;
        margin: 0px; 
        color: red; 
        text-align: center;
        font-family: verdana;
}

div#content {
        width: 700px; 
        height: 4700px; 
        border: 1px solid #cccccc;
        background-color: black;
        font-family: courier;
        font-size: 11px;
        text-align: justify;
        color: white;
        padding: 10px;
}

div#content a{
        font-weight: bold;
        color: white;
        text-decoration: underline;
}
