H1		{
			color:		#330099;
			font-family:	century gothic, arial, helvetica;
		}
H2		{
			color:		#CC6666;
			font-family:	century gothic, arial, helvetica;
		}


H3,H4		{
			color:		#CC0099;
			font-family:	century gothic, arial, helvetica;
		}

B, strong	{
			color:		#008080;
		}

body	{
			font-family:	century gothic, arial, helvetica;
			color:		#003366;
		}

p 	{
		clear: left 
}



A:link		{ 
			color:		#9900CC;
		}

A:active	{ 
			color:		#CC9900;
		}

A:hover 	{ 
			color:		#ff0000;
		}

A:visited	{ 
			color:		#330099;
		}

img	{ 
	   
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=135, strength=10); 
	}

.noshadow	{
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=135,  strength=0); 
		}
	
#flleft { float:left }
#flright { float:right }


li	{
		list-style-image: url('graphics/dot1.gif');
}

