body {
	background-image: url('../graphics/holidays/halloween_bg.jpg');
	background-color: #400000;
	color: #EEEEEE;
	margin: 2%;
	text-align: center;
}
a:link {
	background-color: transparent;
	 color: #8080FF;
}
a:visited {
	background-color: transparent;
	color: #E60000;
}
a:active {
	background-color: transparent;
	color: #406488;
}
a:hover {
	background-color: transparent;
	color: #6F97BD;
	text-decoration: none;
}
a:link img {
	border-color: #AD1515;
	border-width: 1px;
	border-style: solid;
}
a:visited img {
	border-color: #000000;
	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: #AD1515;
	border-color: #AD1515;
}
p.size { /* 800 x 600 or 1024 x 768 */
	color: #F6CACA;
	font-weight: bold;
}
.credits { /* author model artist source */
	color: #F6CACA;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
td.bgcolor { /* last cell on right cell */
	background-color: #300000;
}
td { /* needs top aligned */
	vertical-align: top;
	text-align: center;
}
td.one { /* last cell on right cell */
	vertical-align: top;
	width: 14%;
	text-align: center;
}
.smalltext { /* Text at bottom of page */
	font-size: 10pt;
	text-align: center;
}
.border {
	margin-top: 3px;
}
div.container {
	background-color: #000000; 
    border-color: #AD1515;
    border-width: 6px;
    border-style: double;
)
