BODY  {  
    background-color: #99A4B8;
    color: #0A1E4C;
    font-size: 12pt;
    font-family: "comic sans ms,technical,arial";
    scrollbar-face-color: #0A1E4C;
    scrollbar-highlight-color: #99A4B8;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #32240C;
    scrollbar-shadow-color: #800000;
    scrollbar-arrow-color: #99A4B8;
    scrollbar-track-color: #800000;
}

A:link { 
    color: #800000; 
    text-decoration: none;
}

A:visited  {  
    color: #2F4E24; 
    text-decoration: underline;
}

A:hover    {  
    color: #778899; 
    text-decoration: underline;
}

A.bold:link  {  
    color: #FF0;
    text-decoration: underline;
    font-weight: bold;
}

A.bold:visited  {  
    color: #FF0;
    text-decoration: none;
    font-weight: bold;
}

A.bold:hover {  
    color: #C0C0C0;
    text-decoration: none;
    font-weight: normal;
}

div.steps {
    color: #800000;
    font-family: "Comic Sans MS,Arial,Helvetica,sans-serif";
    font-size: 14pt;
    font-style : italic;
    font-weight : bold;
}

span.steps {
    color: #800000;
    font-family: "Comic Sans MS,Arial,Helvetica,sans-serif";
    font-size: 14pt;
    font-weight : bold;
}

div.pgheaders {
    font : bolder italic;
    font-size: 22pt;
}