BODY 
	{
		Background: url(none)
	}
A:link	
	{	
		text-decoration:	none;
		color:	#3366cc;
	}	
			
A:visited	
	{	
		text-decoration:	none;
		color:	#3366cc;
	}	
		
A:active	
	{	
		text-decoration:	none;
		color:	#3366cc;
		font-weight: bold
	}	
		
A:hover	
	{	
		text-decoration:	underline;
		color:	#3366cc;
		font-weight: bold 
	}
	
H3
	{
		font-size:  22;
		font-weight: normal; 
		color: #3366cc;			
	}