
a:link {
        text-decoration:underline;
        }

a:hover {
        text-decoration:none;
        }

a:active {
        text-decoration:underline;
        }

a:visited {
        text-decoration:underline;
        }

font.regular {
        color:black;
        font-size:10pt;
        font-family:verdana, arial;
        }

font.small {
        color:white;
        font-size:8pt;
        font-family:verdana,arial;
        }