h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #996600;
	margin: 2px;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #F4F4F4;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #B18A3B;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #D2D2D2;
	text-decoration: none;
	background-color: #171717;

}
h5 {
	font-size: 14px;
	color: #996600;
	padding-left: 25px;
}
.inside {
	padding-left: 25px;
	font-size: 12px;
}
h4 {
	padding-left: 25px;
}
ul {
	font-size: 12px;
}
