body, body div, body p, body th, body td, body li, body dd    {
font-family : "Times New Roman", Times, serif;  
             /* more specific to override rule in importing sheet */
    font-size:    small;     
             /* false value for WinIE4/5 */
    voice-family: "\"}\"


";  
             /* trick WinIE4/5 into thinking the rule is over */
    voice-family: inherit;  
             /* recover from trick */
    font-size:    small        
             /* intended value for better browsers */
    }

html>body, html>body div, html>body p, html>body th,
html>body td, html>body li, html>body dd    {
    font-size:    x-small
             /* be nice to Opera */
    }

BODY {margin: 5px; padding: 5px; font-family: "Times New Roman", Times, serif;
background-color: #0E82B7;
}

h1 {font-family: Arial, Helvetica, sans-serif; color:ffffff;
font-size: 125%; text-align: center;
} 



NORMAL, P, DIV, UL, OL, LI, TD {
color: #ffffff;
}


li {
margin-left: 10px;
}



A:link {
color: #ffffff;
text-decoration: underline;
font-weight: bold;
}

A:visited {
text-decoration: underline;
color: #ffffff;
font-weight: bold;
}

A:hover {
color: #80ffff;
text-decoration: underline;
}


.smaller {
font-size: smaller;
}


.larger {
font-size: larger;
}

.white {
color: #ffffff;
}.centred {  text-align: center}
