body {
	background: #341f1e;
/* url(theme/Evermind/images/background2.jpg) repeat; */
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Philosopher", Georgia, Times, serif;
  color: #fee7a9; 
}

p {
  font-family: "Droid Serif", Georgia, Times, serif; 
	  color: #fee7a9; 
}

h1 {
	text-align:center; 
	margin:30px 0px 30px 0px;
	font-size: 32px;
}

p {
	margin:0px 0px 20px 0px;
	text-align:center;
}

a:link, a:visited {
  text-decoration: underline;
  color: #fef2d1; }
