body {
	background-color: #c00;
	color: #eee;
	font-family: "Times New Roman", Times, serif;
	margin-left: 60px;
	margin-top: 20px;
}
h2 {
	font-size: 18pt;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}
p {
	font-size: 11pt;
}
td {
	vertical-align: top;
}
a {
	color: #eee;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
