h1, h2, h3, p, body 
  {
    color: #FFF;
    background: #000;
	font-family: sans-serif;
  }

img
  {
    border: none;
  }
 
a:link
  {
    color: #0CF;
    text-decoration: none;
  }

a:visited
  {
    color: #0CF;
	text-decoration: none;
  }

a:hover
  {
    color: #FFF;
	text-decoration: underline;
  }

.narrowline
  {  
    font-size: 10%;
  }
  
.tablecenter
  {
    margin-left: auto;
	margin-right: auto;
  }

.nopad
  {
	border-spacing: 0px;
  }
  
.centertext
  {
    text-align: center;
  }

.lefttext
  {
    text-align: left;
  }
  
.righttext
  {
    text-align: right;
  }
  
.header
  {
    color: #F00;
	font-size: 120%;
	font-weight: bold;
  }

.whitexlgbold
  {
    color: #FFF;
	font-size: 160%;
	font-weight: bold;
  }

.whitelgbold
  {
	color: #FFF;
	font-size: 145%;
	font-weight: bold;
  }
  
.whitebold
  {
    color: #FFF;
	font-size: 115%;
	font-weight: bold;
  }
  
.whitemedbold
  {
    color: #FFF;
	font-weight: bold;
  }

.greenmedbold
  {
    color: #0F0;
	font-weight: bold;
  }
  
.greenbold
  {
    color: #0F0;
	font-size: 115%;
	font-weight: bold;
  }
  
.redbold
  {
    color: #F00;
	font-size: 115%;
	font-weight: bold;
  }
  
.redmedbold
  {
    color: #F00;
	font-weight: bold;
  }

.bluebold
  {
    color: #00F;
	font-size: 115%;
	font-weight: bold;
  }
  
.bluemedbold
  {
    color: #00F;
	font-weight: bold;
  }

.yellowmedbold
  {
    color: #FF0;
	font-weight: bold;
  }
  
.slant
  {
    font-style: italic;
  }
  
.emphtext
  {
    font-weight: bold;
  }

.alertnormal
  {
    background-color: #003;
	font-size: 115%;
  }
	
.alertnormal h2
  {
    background-color: #003;
  }