BODY	{
		BACKGROUND-COLOR: lightsteelblue;
		COLOR: black; 	
		FONT-FAMILY: Arial Narrow; 	
		BORDER-BOTTOM: medium none; 
		BORDER-LEFT: medium none;    
		BORDER-RIGHT: medium none;    
		BORDER-TOP: medium none;
}

P		{
		BACKGROUND-COLOR: #cccccc;  			
		COLOR: black; 	
		FONT-FAMILY: Arial Narrow;  
		FONT-WEIGHT: bold;
}

H2		{
		BACKGROUND-COLOR: #cccccc;				
		COLOR: black;  	
		FONT-FAMILY: Arial Narrow; 	
		FONT-SIZE: 20px; 
		FONT-STYLE : italic; 
		text-align : left;
}
H3		{
		BACKGROUND-COLOR: #cccccc;				
		COLOR:#cccccc;	
		FONT-FAMILY: Arial Narrow;  
		FONT-SIZE : xx-small;
}
H4		{
/*		BACKGROUND-COLOR: #cccccc;				*/
		COLOR: white;  	
		FONT-FAMILY: Arial Narrow; 	
		FONT-SIZE: 20px; 
		FONT-STYLE : italic; 
		text-align : center;
}
A:Link	{
		color : navy;  
		text-decoration : underline; 
		font-size : 18px;
}
A:Visited{
		color : navy;  
	        text-decoration : underline;
		font-size : 18px;
}
A:Visited:Hover{
        	color: #8080C0; 
	        text-decoration: none;
		font-size : 18px;
		background-color : #000099;
}
A:Active{
		color : red;  
	        text-decoration : underline;
		font-size : 18px;
}
A:Hover{
        	color : #8080C0;        
	        text-decoration : none;
		font-size : 18px;
		background-color : #000099;
}
P{
        	color:#33CCFF;
		font-size : 16px;
}
