<!--
body {
    font-family: "Courier", "Courier New", "sans-serif";
    
    background-repeat    : no-repeat;
    background-color: #000000;
}
p { font-weight:bold;
    font-size: 30pt;
    color: #996666;
    padding: 100px;
}
a {
    text-decoration:none; 
    font-weight:bolder;
    letter-spacing: 2px;
}
a:link { color: #fc3; }
a:visited { color: #fc3; }
a:active { color: #fc3; }
a:hover { text-decoration:underline; color: #fc3; }

.big {
    font-weight:bold;
    font-size: 48pt;
    color: #336600;
}
.small {
    font-size: 8pt;
    color: #336600;
}
div {
    position: fixed; 
    left: 50px;
    width: 340px;
    background-color: #3355aa;
}
