
	body	{
			font-family: 	garamond;
		}

	a:link	{
			text-decoration: 	none;
			color:			#D6A539;
		}

	a:hover	{
			text-decoration: 	underline;
			color:			#F7E78C;
		}

	a:visited{
			text-decoration: 	none;
			color:			#9C7331;
		}
