body {
	font-size: 12px;
	color: #56544e;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	margin-right: 10px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #663333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #663333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #aa7777;
	text-decoration: none;
	font-weight: bold;
}
tr {
	vertical-align: top;
}

