@charset "ISO-8859-1";

body {
	background-color:#f4efd9;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #9b5248;
	text-indent: 75px;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #9b5248;
	position:relative;
	left:75px;
	width:400px;
}

a {
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
}
.boldCopy {
	font-weight:bold;
}
