/*
 * 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 { 
	background: "#FFFFFF";
	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";
     } 


  H1 {
    clear: left;
    margin-top: 1em;
    color: #00FF00;
    font-family: Verdana;
    text-align: center;
  }

  H2 {
    clear: center;
    font-size: 2em;
    color: #c20000;
    font-family: Verdana, Helvetica, Sans-Serif;
  }

  STRONG {
    color: #c20000;
    font-family: Verdana, Helvetica, Sans-Serif;
  }

  PRE {
    font-family: monospace;
  }

  IMG {
    border: 0;
    text-align: center;
  }

  .SOON {
	color:e20000
  }

  
