body {
    background-image : url(/images/blue029.jpg);
    background-attachment : fixed;
    color : white;
    scrollbar-face-color: #003399; 
    scrollbar-shadow-color: black; 
    scrollbar-highlight-color: blue; 
    scrollbar-3dlight-color: white; 
    scrollbar-darkshadow-color: black; 
    scrollbar-track-color: #00ccff; 
    scrollbar-arrow-color: yellow;
}

a 
{
    text-decoration: none;
    color: #FFFF00;
}

a:link
{
    color: #FFFF00;
    
}

a:visited
{
    color: #FFFF00;
}

a:active
{
    color: #FFFF00;
}

a:hover
{
    color: #FFFF00;
}

hr 
{
    color : yellow;
}

.buttons {
    color: white;
    background-color: #0000cc;
    border-top: #0000ff 2px solid;
    border-left: #0000ff 2px solid;
    border-bottom: #000066 2px solid;
    border-right: #000066 2px solid;
    cursor: pointer;
    text-align: center;
}

h1
{
    font-size: 36pt;
    color: #ffff00;
    text-align: center;
}

h2
{
    font-size: 24pt;
    color: #ffff00;
    text-align: center;
}