body {
	background-image: url('graphics/romanticimages_bg.jpg');
	background-color: #820200;
	color: #000000;
	margin: 1.5%;
	text-align: center;
}
a:link {
	background-color: transparent;
	color: #343970;
	font-weight: bold;
}
a:visited {
	background-color: transparent;
	color: #800000;
	font-weight: bold;
}
a:active {
	background-color: transparent;
	color: #ffffff;
}
a:hover {
	background-color: #ffebeb;
	color: #392108;
	text-decoration: none;
	font-weight: bold;
}
a:link img {
	border-color: #343970;
	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;
	background-color: #820200; 
	border-color: #800000;
	border-width: 3px;
	border-style: ridge;
}
p.size { /* 800 x 600 or 1024 x 768 */
	color: #392108;
	font-weight: bold;
}
.credits { /* author model artist source */
	color: #392108;
	font-weight: bold;
	background: #ffebeb;
}
.left {
	float: left;
}
.right {
	float: right;
}
td.bgcolor { /* center cell needs color */
	background-color: #fcffff;
}
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 {
	font-size: 10pt;
	text-align: center;
}
.border {
	margin-top-top: 3px;
	border-color: #800000;
	border-width: 5px;
	border-style: ridge;
}
div.container {
	background-color: #ffffff; 
	border-color: #800000;
	border-width: 5px;
	border-style: ridge;
	background-image: url('graphics/romanticimages_bg1.jpg');
}
