body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEE5A0;
}
a:link {
	color: #DE5E07;
}
a:visited {
	color: #DE5E07;
}
a:hover {
	color: #FEFA37;
}
.pic_box {
	border: 1px solid #612803;
}
.links {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
}
.hr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #612803;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEE5A0;
	font-weight: bold;
}
.button1 {
	background-color: #EEE5A0;
	border: 2px solid #612803;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
}

a.button1:link {
	background-color: #EEE5A0;
	border: 2px solid #612803;
	padding: 3px;
	font-size: 13px;
	color: #DE5E07;
	text-decoration: none;
}
a.button1:visited {
	background-color: #EEE5A0;
	border: 2px solid #612803;
	padding: 3px;
	font-size: 13px;
	text-decoration: none;
	color: #DE5E07;
}
a.button1:hover {
	background-color: #EEE5A0;
	border: 2px solid #612803;
	padding: 3px;
	font-size: 13px;
	text-decoration: underline;
	color: #DE5E07;
}
a.button1:active {
	background-color: #EEE5A0;
	border: 2px solid #612803;
	padding: 3px;
	font-size: 13px;
	text-decoration: none;
	color: #DE5E07;
}

