<!--
body {
    font-family: "Courier", "Courier New", "sans-serif";
    
    background-repeat    : no-repeat;
    background-color: #3355aa;
    color: #fc3;
    background-image: url("/dischl.jpg");
    background-position: center 20px;
}
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; }

-->
