body	{	background:		#B1DAA3;
			font-family:	Times, TimesRoman, serif;
			font-weight: 	normal;
		}

a 	{
		color			: #549944; 
		text-decoration	: none;
	}

a:hover {
		color 		: #800000;
		text-decoration	: none;
	}

hr {
		color 		: #92C583;
	}
	
:link img { 
		border-color: #73AF64;
	}
	
:visited img { 
		border-color: #73AF64;
	}
	
:hover img { 
		border-color: #800000;
	}