body {
	background-image: url('../graphics/holidays/stvalentinesday_bg.jpg');
	background-color: #a50a18;
	color: #000000;
	margin: 2%;
	text-align: center;
}
a:link {
	background-color: transparent;
	color: #000080;
}
a:visited {
	background-color: transparent;
	color: #C00000;
	font-weight: bold;
}
a:active {
	background-color: transparent;
	color: #400000;
}
a:hover {
	background-color: #400000;
	color: #ffffff;
	text-decoration: none;
}
a:link img {
	border-color: #000080;
	border-width: 1px;
	border-style: solid;
}
a:visited img {
	border-color: #ffffff;
	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: #800000;
	border-color: #800000;
	border-width: 3px;
	border-style: outset;
}
p.size { /* 800 x 600 or 1024 x 768 */
	color: #400000;
	font-weight: bold;
}
.credits { /* author model artist source */
	color: #400000;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
td.bgcolor { /* center cell needs color */
	background-color: #ffeff1;
}
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;
	background-color: #ffffff; 
	border-color: #800000;
	border-width: 5px;
	border-style: outset;
}
div.container {
	background-color: #ffffff; 
	border-color: #800000;
	border-width: 5px;
	border-style: inset;
	margin: 1px;
}
div.all {
	background-color: #ffffff; 
	border-color: #800000;
	border-width: 5px;
	border-style: outset;
}
