/*
 * Style sheet for the CSS2 specification
 * $Id: default.css,v 1.20 1998/01/28 20:54:35 bbos Exp $
 */

  BODY {
    font-size: 1em; 
    color: black;
    font-family: sans-serif;
    background: white;
    /* For the REC: background: #def url(recbg.jpg); */
  }

A { 
	text-decoration: underline;
	margin: 0; 
	padding: 0; 
	border: 0; 
	float: none; 
	clear: none; 
	vertical-align: baseline; 
	list-style-image: none; 
	list-style-type: disc; 
	list-style-position: outside; 
     } 

BODY {
    text-align: center;
	color: "#000000"; 
	background: "#FFFFFF";
     } 

  B {
    color: #d20000;
  }

