<!--  This style sheet is for pages with a white background  -->

<STYLE TYPE="text/css"> 

<!-- 

BODY {
   font-family : arial, helvetica, sans-serif; 
}

STRONG {
   color : #ffff80; 
   background : #000000; 
}

TD {
   font-family : arial, helvetica, sans-serif; 
}


A:link {
   color : #ff0000; 
   text-decoration : none; 
}

A:visited {
   color : #ff00ff; 
   text-decoration : none; 
}

A:active {
   color : #ff0000; 
   text-decoration : none; 
}

A.foot:link {
   color : #808080;
   background : #000000 repeat;
}

A.foot:visited {
   color : #000000;
   background : transparent repeat;
}

A.foot:active {
   color : #ff0000;
   background : #000000 repeat;
}


PRE {
   font-family : courier, system, monospaced;
   line-spacing: 75%; 
}

.size6 { 
   font-size: 36pt; }

.size5 { 
   font-size: 24pt; }

.size4 { 
   font-size: large; }

.size2 { 
   font-size: small; }

-->
</STYLE>