BODY	{	background-color: #f0f0FF; }

A	{	color : #6666CC;
		text-decoration : none;
		font-weight : normal;
	}
	
A:Visited	{	color : #333399;
			text-decoration : none;
			font-weight : normal;
		}
			
A:Active	{	color : #000033;
			text-decoration : underline;
			font-weight : normal;
		}

A:Hover		{	color : #000033;
			text-decoration : underline;
			font-weight : normal;
		}

