body {
	background-image: url('../graphics/holidays/autumn_bg.jpg');
	background-color: #be8744;
	color: #ffffff;
	text-align: center;
}
a:link {
	background-color: transparent;
	color: #c0c0ff;
}
a:visited {
	background-color: transparent;
	color: #ec6e08;
	font-weight: bold;
}
a:active {
	background-color: transparent;
	color: #F0DFA4;
}
a:hover {
	color: #f9eaa9;
	text-decoration: none;
}
a:link img {
	border-color: #F0DFA4;
	border-width: 1px;
	border-style: solid;
}
a:visited img {
	border-color: #8a3d11;
	border-width: 1px;
	border-style: solid;
}
a:hover img { /* Image opacity when rolled over */
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity:0.5;
}
h1 {
	font-size: 24pt;
	font-weight: bold;
}
h2 {
	font-size: 18pt;
}
/* img { border : none; } */
hr {
	color: #F0DFA4;
	border-color: #f9eaa9; 
}
p.size { /* 800 x 600 or 1024 x 768 */
	color: #f9eaa9;
	font-weight: bold;
}
.credits { /* author model artist source */
	color: #f9eaa9;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
td.bgcolor { /* center cell needs color */
	background-color: #a25f28;
}
td { /* needs top aligned */
	vertical-align: top;
	text-align: center;
}
td.one { /* cells for thumb nails and credits */
	vertical-align: top;
	width: 14%;
	text-align: center;
}
td.two { /* cells for thumb nails and credits */
	vertical-align: top;
	width: 28%;
	text-align: center;
}
td.three { /* cells for thumb nails and credits */
	vertical-align: top;
	width: 42%;
	text-align: center;
}
td.four { /* cells for thumb nails and credits */
	vertical-align: top;
	width: 56%;
	text-align: center;
}
.smalltext { /* Text at bottom of page */
	font-size: 10pt;
	text-align: center;
}
.border {
	background-color: #8a3d11; 
	border-color: #f9eaa9;
	border-width: 2px;
	border-style: solid;
}
div.container {
	background-color: #8a3d11; 
	border-color: #f9eaa9;
	border-width: 1px;
	border-style: solid;
	margin: 4px;
}
div.all {
	background-color: #8a3d11; 
	border-color: #f9eaa9;
	border-width: 1px;
	border-style: solid;
	background-image: url('../graphics/holidays/autumn_bg1.jpg');
}