body {
	background-color:#ddd;
	color:#000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
h1 {
	font-size: 32px;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	font-weight: bold;
}
table {
	background-color:#fff;
	color:#000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.content {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
a:link {
	color:#883523;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color:#883523;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#883523;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color:#883523;
	font-weight: bold;
}
.large {
	font-size: 14px;
}
.small {
	font-size: 10px;
}