body {
	font-family: Arial, Helvetica, sans-serif;
	color: #956500;
	background-color: #000000;
	}
a:link {
	font-size: 12pt;
	color: #FF8000;
	text-decoration: none;
	}
a:visited {
	color: #B55B00;
	text-decoration: none;
	}
a:hover {
	background-color: #72460F;
	text-decoration: underline;
	}
a:active {
	text-decoration: underline;
	}
a.download {
	font-size: 18pt;
}
a.contact:hover{
	border: 4px solid;
}
/* img_gall anchor - image thumbnails */
a.img_gall{
	transition: .3s ease;
}
a:visited.img_gall{
	transition: .3s ease;
}
a:hover.img_gall{
	opacity: 0.4;
	background-color: rgba(1, 0, 0, 0.8);
}
/* navlink anchor - main nav*/
a.navlink {
	font-size: 10pt;
	color: #FEC758;
}
a:hover.navlink {
	color: #000000;
	background-color: #FEC758;
}
/* navlink anchor - month nav*/
a.navlink2 {
	font-size: x-small;
	color: #FEC758;
}
a:hover.navlink2 {
	color: #000000;
	background-color: #FEC758;
}
table {
	border-collapse: collapse;
	border: 4px solid #544000;
}
td, th {
	border: 2px solid #544000;
	padding: 8px;
}
div.bright {
	color: #FEC758;
	display: inline-block;
}
/* main category titles */
div.prinfo {
	background-color: #272315;
	color: #c08302;
	font-size: x-small;
}
div.sig {
color: #845a01;
font-size: x-small;
}