<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	background-color: #FFFFCC;
	color: black;
	font-family: sans-serif;
	margin: 0px;
	padding: 10px 15px 10px 15px;
	}

a:link {
	text-decoration: none;
	color: maroon;
	}

a:visited {
	text-decoration: none;
	color: maroon;
	}

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

a:active {
	text-decoration: none;
	color: #660000;
}

a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

h1 {
	background-color: #FF9966;
	font-size: 18px;
	padding: 5px;
	margin-bottom: 2px;
	}

h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	}

h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 10px 5px 0px;
	}

p {
	margin-top: 0px;
	}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

ul {
	margin-top: 5px;
	margin-bottom: 0px;
	}

li {
	padding-bottom: 2px;
	}

.nav_element {
	background-color: #FF9966;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin-left: 2px;
	float: left;
	}

.nav_element_cur {
	color: black;
	background-color: #FF9966;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin-left: 2px;
	float: left;
	}

.main {
	padding: 10px 10px 20px 10px;
	clear: left;
	}

.content {
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	width: 800px;
	}

.content_text {
	margin-bottom: 10px;
	}

.content_author {
	text-align: right;
	font-style: italic;
	padding-top: 10px;
	}

.copyright {
	text-align: center;
	font-size: 12px;
	}

.faq {
	font-style: italic;
	font-weight: bold;
	}

.faq_answer {
	padding: 5px 10px 10px 10px;
	}

a.img_popup {
	position:relative;
	z-index:24;
	text-decoration:none;
	color: purple;
	}

a.img_popup:hover {
	z-index:25;
	}

a.img_popup span {
	display: none;
	}

a.img_popup:hover span {
	display:block;
	position:absolute;
	top: 1.5em;
	left: 3em;
	z-index:30;
	border-style: solid;
	border-color: #EE82EE;
	}

.centered {
	text-align: center;
	}

.button {
	color: maroon;
	border-style: solid;
	border-width: 1px;
	cursor: default;
	}

.button:hover {
	color: purple;
	}

.ometer_coloured {
	background:#DC143C;
	width:90px;
	height:370px;
	}
.ometer_mask {
	background:white;
	position:absolute;
	z-index:1;
	height:361px;
	width:90px;
	}
#ometer {
	background:url("/img/ometer.gif") no-repeat;
	position:absolute;
	z-index:10;
	width:90px;
	height:370px;
	}

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