<body bgcolor="#F9EBD7" text="#000000" link="#993300" vlink="#993300" alink="#993300">
/*  this is a multi-line comment
    nothing here; just comments
    */
a {  
  color: #9DA4AD;  
  text-decoration: none
}
body {  
  background-color: #F9EBD7;
  font-family: "Times New Roman", Times, serif;  
  font-size: 1em;  
  line-height: 2em;  
  color: #000000;
  margin-top: 0.1em;
  margin-right: 0.1em;
  margin-bottom: 0.1em;
  margin-left: 0.1em;
  background-attachment: fixed;
  background-image: url(../../bluestarbg.gif);
  }
h2 {
  color: #000000
  }
h3 {  
  font-family: 'Times New Roman', Times, serif;  
  font-size: 2.15em;  
  background-color: #F9EBD7;    
  color: #000000
  }
/* disable this
h4 {
  color: #000000
  }
*/
table {
  color: #FFFFFF
  }
td, th {  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: #F9EBD7;
  /*line-height: 2em;*/
  color: #000000
  }
textarea {
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 1em
  }