@charset "UTF-8";

h1 {
	color: #8B4646;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
}

a:link {
	color: #4D2527;
	text-decoration: underline;
}
a:visited {
	color: #999966;
	text-decoration: underline;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #66667A;
	font-style: normal;
}
.table-font {
	color: #66667A;
}
.indent {
	margin-left: 10px;
	margin-right: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #66667A;
	font-weight: normal;
}
h3 {
	font-family: "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #66667A;
}
body {
	background-color: #666666;
}
table {
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: "Times New Roman", Times, serif;
	color: #66667A;
}
hr {
	margin-right: 4%;
	margin-left: 4%;
	color: #666666;
}
