

	body {
		background-color: #000000;
		color: #A3A5FF;
		}
		
	a:link {color: #FF3300}    
	a:visited {color: #FF6633}
	a:hover {color: #FFC0CB}  
	a:active {color: #FF9933} 

	hr {
		color:  #A3A5FF;
		}
	#navbar ul { 
		margin: 0; 
		padding: 5px; 
		list-style-type: none; 
		text-align: center; 
		background-color: #000; 
		} 
	
	#navbar ul li {  
		display: inline; 
		} 
	
	#navbar ul li a { 
		text-decoration: none; 
		padding: .2em 1em; 
		color: #fff; 
		background-color: #000; 
		} 
	
	#navbar ul li a:hover { 
		color: #000; 
		background-color: #fff; 
		} 
		
	caption.news {
		 text-align: left;
		 font-variant: small-caps;
		 font-size: 120%;
		 font-weight: bold;
		 color: white;
		 }
	p {
		margin-left: 40px;
		margin-right: 40px;
		}
		
	p.TextBlock {
		text-indent: -20px;
		text-align: left;
		margin-left: 60px;
		}
		
	p.TextBlock:first-line {
		font-variant: small-caps;
		font-size: 120%;
		font-weight: bold;
		color: white;
		}
		
	p.foot {
		text-align: center;
		color: #00ffff;
		}		
		
	p.PageHead {
		margin-left: 40px;
		margin-right: 40px;
		text-align: center;
		font-size: 300%;
		font-weight: bold;
		color: yellow;
		}		
		
	p.SubHead {
		margin-left: 40px;
		margin-right: 40px;
		text-align: center;
		font-size: 150%;
		font-weight: bold;
		color: yellow;
		}		
	
	p.ParaHead {
		font-variant: small-caps;
		font-size: 120%;
		font-weight: bold;
		color: white;
		}	
		
	h4 {
		margin-left: 40px;
		margin-right: 40px;
		font-variant: small-caps;
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		color: yellow;
		}

	td.Label {
		font-variant: small-caps;
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		color: yellow;
		}
