body {
	background:#ccc;
}
form {
	background:#eeee22;
}
#wrapper {
	margin:0 auto;
	width:792px;
	padding:20px;
	background:#fff;
}
h2.large {
	font-family:verdana;
	color:#ff0000;
}
h2.small {
	font-family:verdana;
	font-size:15px;
	color:#ff0000;
}
.large {
	font-size:20px;
}
.small {
	font-size:15px;
}
.smaller {
	color:#555;
	font-size:12px;
}
h2.green {
	font-family:verdana;
	font-size:13px;
	color:#00ff00;
	background:#fff;
}
.italic {
	font-family:cursive;
}
a.italic {
	text-decoration:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}