@charset "UTF-8";
#sketchpad {
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #CC3366;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000066;
	padding: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #003366;
	padding: 10px;
}
.imageright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #003366;
}
#foot {
	clear: both;
	height: 80px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

