a.link {
                color: #000069;font-size:10pt;font-family:Arial;
}
a.link:visited {
                color: #000069;font-size:10pt;font-family:Arial;
}
a.link:hover {
                color: red;    font-size:10pt;font-family:Arial;
}
a.link:active {
                color: red;    font-size:10pt;font-family:Arial;
}
.downlittext (color:#006699;font-size:11pt;font-family:Arial;)
.reverseonblueheading{background-color:#006699;color:#ffffff;}
body {color:#000069;font-size:12pt;font-family:Arial;}
.button
{
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 20px auto;
    color: #ccc;
    background-color: #555;
    background: -webkit-linear-gradient(#888, #555);
    background: linear-gradient(#888, #555);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 0 -1px 0 #000;
    box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
    cursor: pointer;}
