h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}
a {
	color: #8F5656;
	text-decoration: none;
}
a:hover {
	color: #8F5656;
	text-decoration: underline;
}
