 

/* Set the body of the page to be white, with a blue stripe down the side, and no margins - page flush to all edges, compatible with multiple browsers */

BODY { 
   background-color: #FFFFFF;
   background-image: url('/images/back.gif');
   margin-left: 0px; 
   margin-right: 0px; 
   margin-top: 0px; 
   margin-height: 0px; 
   margin-width: 0px; } 

/* Set the color of links as displayed when first viewed, when the mouse points to one, and how to change color after the link has been visited */

A:link { color: #333366; } 
A:visited { color: #660066; } 
A:hover { color: #FF0000; } 

/* Control the size and appearance of the text */

#set-text { 
  font-size: smaller; 
  font-family: Arial, Helvetica, sans-serif; 
  color: #000000; } 

#set-small-text { 
  font-size: 11px; 
  font-family: Arial, Helvetica, sans-serif; 
  color: #000000; } 

