body {
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #585858;
	text-align: justify;
	background-attachment: fixed;
	background-image: url(images/fulmar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #678090;
	letter-spacing: 0.7em;
	padding-bottom: 2em;
	text-align: left;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	color: #6F9DBE;
	letter-spacing: 0.4em;
	text-align: left;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	color: #585858;
	letter-spacing: 0.2em;
	text-align: left;
}
a {
	color: #F7A700;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #00336A;
}
a:hover {
	text-decoration: underline overline;
	color: #6F9DBE;
}
a:active {
	text-decoration: none;
}
.credits {
	font-family: "Courier New", Courier, mono;
	font-size: 70%;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0.3em;
	text-align: right;
}

td {
	font-size: 80%;
	vertical-align: top;
}
.defunct {
	color: #CCCCCC;
	text-decoration: line-through;
}
.FREE {
	font-weight: bold;
	color: #DB7004;
}
