<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #f6f0dc;
	margin-top: 0px;
    margin-bottom: 0px;s
    margin-left: 0px;
    margin-right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #302e2b;
	line-height:16px;
}

a {
	color: #981b1b;
	text-decoration: none;
}

a:hover {
	color: #981b1b;
	text-decoration:underline;
}

.title {
	font-family: 'Domine', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #981b1b;
	line-height:28px;
}

.pics_left {
	margin: 0px 10px 10px 0px;
	float: left;
	border: 1px #a71c17 solid;
}

.pics_left2 {
	margin: 10px 10px 10px 0px;
	float: left;
	border: 1px #a71c17 solid;
}

.pics_right {
	margin: 10px 0px 10px 10px;
	float: right;
	border: 1px #a71c17 solid;
}


</pre></body></html>