BODY	{	background-color: #fff0F0; }

A	{	color : #cc6666;
		text-decoration : none;
		font-weight : normal;
	}
	
A:Visited	{	color : #993333;
			text-decoration : none;
			font-weight : normal;
		}
			
A:Active	{	color : #330000;
			text-decoration : underline;
			font-weight : normal;
		}

A:Hover		{	color : #330000;
			text-decoration : underline;
			font-weight : normal;
		}


