


 body{

    background-repeat: repeat-y;
    background-position: center;
    background-color: #000;
    font-family: veranda;
    color: #ffffff;
    font-size: 14pt;
    margin: 0;
    padding: 0;

}

    a:link {text-decoration: none; color: red; font-weight: bold;}
    a:visited {text-decoration: none; font-weight: bold; color: red;}
    a:hover {text-decoration: underline; color: #ffffff;}
    a:link {text-decoration: none; color: #ffffff; font-weight: bold;}
    a:visited {text-decoration: none; font-weight: bold; color: #ffffff;}
    a:hover {text-decoration: underline; color: red;}


