html, body {height: 100%;}

body {
    font-family:arial;
    font-size: 12px;
    color:white;
    background-color: #000000;
	}

td { 
	font-size:11px; 
	color:white;
	}

.default {  
	font-size:12px; 
	color:white;}
	
h3,h4,h5{
	margin-top: 3px; 
	margin-bottom: 3px;
	}
h3 {font-size: 18px; }

h4 {font-size: 16px; }

h5 {font-size: 14px; }
p.indent { text-indent:2em; }
.nav { text-indent:10em; }
	
ul {	
	MARGIN-TOP: 3px; 
	MARGIN-BOTTOM: 3px;
	}

a {
	COLOR: white; 
	TEXT-DECORATION: underline; 
	outline: none;
	}

a:hover {
	color: #FFCC00;
	background: gray;
	TEXT-DECORATION:none;
	}
	
a.new {
	  color: #FFCC99; 
      TEXT-DECORATION: underline; 
	  }
	  
a.new:hover {
      color: #FFCC00;
	  background: gray;
	  TEXT-DECORATION:none;
	  }	
span {
	font-size: 40pt; 
	color: rgb(102, 102, 102);
	font-weight: bold;
	}
	
.tiny {font-size: 10px;}
.left {text-align: left;}	
.center {text-align: center;}

#fullheight {height:100%;}
.spc {margin-bottom: 24px;}
a.top:hover {background: #000000;}
img.wborder {border: 1px solid #ffffff;}


