body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	text-align: left;
	font-size: 100%;
	background-color:rgb(131,103,90);
	color: rgb(228,206,211);	
	font-weight: bold;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: right;
	font-size: 160%;
	background-color:rgb(159,131,117);
	color: rgb(228,206,211);
	font-weight: bold;

	
	}

	
a:link {
	color: rgb(160,200,100);
	text-decoration: underline;
	}
	
a:visited {
	color: rgb(140,180,0);
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: rgb(160,200,100);
	text-decoration: none;
	}
