body {
	color: #8A665B;
	font-family: Trebuchet MS, Georgia, 'Times New Roman', serif;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	text-align: left;
	background: white url('http://farm4.static.flickr.com/3530/3940423908_d217b33142_o.jpg') no-repeat scroll;
	background-position: 275px -200px;
}

h1{
	color: #8A665B;
	text-align: left;
	margin-top: 50px;
	font-size: 500%;
	margin-left: 50px;

}


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

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

a:hover {
  color:white;
  background-color: #C75836;
  text-decoration:none;
  }

a img {border-width:0;}
a img {border:none;}

ul {
	text-align: left;
	list-style-type:none;
	margin-top: 50px;
	padding-left: 0px;
	margin-left: 50px;
	padding-right: 200px;
}

li {
	font-size: 275%;
	margin-bottom: -15px;
}

em {
	color:#8A665B;
}