<style><!--    

/* default */ { 
  font-family: arial,helvetica; 
  color: black; 
}


body { 
  width: 600; /* IE ignores this, making r value below necessary. */
  margin: 20px 280px 0px 40px; /* t, r, b, l */
  background: whitesmoke
} 

h1 { 
  font-family: arial,helvetica; 
  color: black; 
  font-size:14pt; 
}

p { 
  font-family: arial,helvetica; 
  font-size:9pt; 
  color: black 
}

pre, code { 
  font-family: courier; 
  font-size:75% 
} 

a.columns { 
  font-family: arial,helvetica; 
  color: green;	
}

a.specs { 
  font-family: arial,helvetica; 
  color: purple;	
}

a.postings { 
  font-family: arial,helvetica; 
  color: red;	
}

a { 
  font-family: arial,helvetica; 
  color: blue;	
}


--></style>

