body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000000;
	background-color: #FFFFFF;
	width: 80%;
	left: 40px;
	top: 30px;
	background-image: url(../images/sketchheart.gif);
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	text-align: center;
	
}
.disclaim {
	font-size: small;
}
h2 {
	text-align:center;
	padding-bottom: 20px;
}
.underline {
	text-decoration: underline;
}
.highlight {
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
}
#container {
	background-color: #FFFFFF;
	position: absolute;
	left:50px;
	width:80%;
	top:50px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	padding: 10px 10px 10px 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
