@charset "UTF-8";
/* CSS Document */

BODY {
	
	background-color: #000000; 
	Font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

} 

.text {
FONT-SIZE:10pt;  
COLOR: white; 
} 

A:link {text-decoration: none; color: #fdac66;}
A:visited {text-decoration: none; color: #fdac66}
A:active {text-decoration: none; color: #fdac66}
A:hover {text-decoration: underline; color: #fdac66;}


.topbar { 
       FONT-SIZE: 10pt; 
       COLOR: #E9BCBF;
       } 


.heading1 { 
       FONT-SIZE: 12pt; 
       COLOR: #E9BCBF;
       } 


.heading2 { 
       FONT-SIZE: 12pt; 
       COLOR: #fdac66;
       } 
	   
	.news {
FONT-SIZE:12pt;  
COLOR: white; 
} 

h1 { 
       FONT-SIZE: 15px; 
       COLOR: #E9BCBF;
	   FONT-WEIGHT: bold
       } 
	   
	p{
FONT-SIZE:12px;  
COLOR: white; 
} 

