html, body {
    scrollbar-base-color: #CC9900;
    scrollbar-track-color: #FF9900;
    scrollbar-face-color: #CC9900;
    scrollbar-arrow-color: #990000;
}
body {
    background-color: #fabd05;
}

a:link {
    color: #0000ff; 
    text-decoration: underline;
}
a:visited {
    color: #006699;
    text-decoration: underline;
}
a:hover {
    color: #ff0000;
    text-decoration: none;    
}

p {
    color: #BF6000;
    font-size:10pt;
}
