a:link
{ 
  color: #0000FF;  text-decoration: none; 
  }  

a:visited
{ 
  color: #333399;  text-decoration: none;
  } 

a:active 
{ 
  color: #0000FF;  text-decoration: none;
  }

a:hover
{ 
  color: #3366FF;  text-decoration: underline; 
  }

body
{ 
  font-family: sans-serif;
  background: #eeeeee;
  color: #000000;
  }

P
{ 
  font-family: Arial, Verdana, Helvetica;
  color: #000000;
  }

.indented { text-indent: 20pt; }

BLOCKQUOTE 
{ 
  margin-left: 0.5in;
  }

table
{ 
  table-border-color-light: #000000;
  table-border-color-dark: #000000; 
  }

h1, h2, h3, h4, h5, h6
{ 
  font-family:  Arial, Verdana, Helvetica;
  }
