<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

body {
	background: #e1e1e1;
	color:#222222;
	font-family: tahoma, arial, fantasy;
	font-size: 14px;
}

a {
	color: #4d85c5;
	text-decoration: none;
}

a:visited {
	color: #555555;
	text-decoration: none;
}

a:active {
	background: #4d85c5;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	background: #4d85c5;
	color: #ffffff;
	text-decoration: underline;
}

#container {
	background: #ffffff;
	border: solid 2px #ffffff;
	margin: 20px auto;
	width: 750px;
}

#header {
	background: #94BBCA;
	height: 120px;
}

#menubar {
	background: #4D85C5 url(../images/menu_bar.png);
	height: 20px;
	text-align: center;
	width: 100%;
}

#menubar img {
	border: none;
	margin: 2px 20px 0 20px;
}

#menubar a:hover {
	background: none;
	text-decoration: none
}

#maincontent {
	padding: 20px 15px 15px 15px;
}

#maincontent #pagetitle {
	margin: 0 0 15px 10px;
	width: auto;
}

#maincontent #maintext {
}

#maintext h1 {
	font-size: 1em;
	font-weight: bold;
}

#maintext ul {
	margin: 0 0 10px 0;
	list-style: none;
}

#maintext li.heading {
	font-weight: bold;
}

#maintext li .date {
	font-size: 9px;
}

#maintext .horizontalphoto {
	text-align: center;
}

#maintext .verticalphotol {
	clear: left;
	float: left;
	margin: 0 0 0 7px;
	text-align: center;
}

#maintext .verticalphotor {
	clear: right;
	float: right;
	margin: 0 6px 0 0;
	text-align: center;
}

#maintext .horizontalphoto img, #maintext .verticalphotol img, #maintext .verticalphotor img {
	background: #E1E1E1;
	border: #000000 1px solid;
}

#maintext .horizontalphoto .photocaption {
	background: #94BBCA;
	border: #4D85C5 1px solid;
	font-size: 12px;
	margin: 0 auto 10px auto;
	text-align: center;
	width: 705px;
}

#maintext .verticalphotol .photocaption, #maintext .verticalphotor .photocaption {
	background: #94BBCA;
	border: #4D85C5 1px solid;
	font-size: 10px;
	margin: 0 auto 10px auto;
	text-align: center;
	width: 347px;
}

#featuredsite {
	border: solid 1px #aaaaaa;
	float: right;
	margin: 0 0 15px 5px;
	padding: 5px;
	width: 290px;
}

#featuredsite #screenshot {
	border: solid 1px #888888;
	margin: 5px 0 15px -1px;
}

#footerbar1 {
	background: #4D85C5 url(../images/menu_bar.png);
	clear: both;
	font-size: 5px;
	height: 15px;
}

#footerbar2 {
	background: #94BBCA;
	font-size: 9px;
	height: 18px;
	letter-spacing: 4px;
	padding: 7px 0 0 0;
	text-align: center;
}

#footerbar2 a {
	color: #ffffff;
	background: none;
}</pre></body></html>