html {
	font-family: Lucida Sans Unicode;
	font-size: 12px;
}
h1 {
	font-family: Georgia;
	margin-bottom: 20px;
	color: #6c151e;
}
h2 {
	font-family: Georgia;
	margin-bottom: 20px;
	color: #6c151e;
}
h3 {
	font-family: Georgia;
	margin-bottom: 20px;
	color: #6c151e;
}
h5 {
	font-weight: normal;
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: 90%;
	color: #6c151e;
}
p {
	line-height: 1.4em;
	margin-bottom: 15px;
	font-size: 120%;
}
li {
	margin-left: 50px;
}
ul {
	margin-bottom: 20px;
}
td {
	vertical-align: middle;
}
.error {
	color: #ff0000;
}
