	a
	{
		text-decoration: none;
		color: 333366; 
		font-family: arial, verdana; 
		/*font-size: 12px;*/
		font-weight: bold; 
	}
	a:visited
	{
		text-decoration: none;
		color: 333366; 
		font-family: arial, verdana; 
		/*font-size: 12px;*/
		font-weight: bold; 

	}
	a:active
	{
		text-decoration: none;
		color: 333366; 
		font-family: arial, verdana; 
		/*font-size: 12px; */
		font-weight: bold; 
	}
	a:hover
	{
		text-decoration: underline;
		color: 333366; 
		font-family: arial, verdana; 
		/*font-size: 12px; */
		font-weight: bold 
	}	
	body 
	{ 
		font-family: arial, verdana; 
	}
