/*******************copyright Missyredboots/JC Broug 2008*******************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 12px;
	height: 700px;
	width: 810px;
	background-color: #F8F2E3;
}
img {
	border: 10px solid #FFFFFF;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #A28A7F;
	text-transform: uppercase;
	letter-spacing: -0.025em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A28A7F;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
a:link, a:visited {
	color: #0099CC;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

