@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	/* background-color:#513318; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:2.0em;
}
a:link {
	color:#930;
	text-decoration:underline;
}
a:visited {
	color:#930;
	text-decoration:underline;
}
a:hover {
	color:#9C0;
	text-decoration:none;
}
a:active {
	color:#930;
	text-decoration:underline;
}
img {
	border:1px solid #000;
}
.starterPage {
	background-color:#f1f1f1;
}
p {
	padding-left:20px;
	padding-top:20px;
}