BODY	{	background-color: #f0fff0; }

A	{	color : #66cc66;
		text-decoration : none;
		font-weight : normal;
	}
	
A:Visited	{	color : #339933;
			text-decoration : none;
			font-weight : normal;
		}
			
A:Active	{	color : #003300;
			text-decoration : underline;
			font-weight : normal;
		}

A:Hover		{	color : #003300;
			text-decoration : underline;
			font-weight : normal;
		}
