BODY {
	background-color: #536069;
	background-image: url('header.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
	padding-top: 370px;
	padding-left: 10px;
	font-family: "Book Antiqua", "Bitstream Vera Serif", "Times New Roman", serif;
	font-size: 11pt;
	color: white;
} 
A {
	color: white; 
	text-decoration: underline;
}
A:visited {
	color: white;
}
A:active {
	color: white;
}
A:hover {
	color: #bbb;
}
#links {
	width: 200px;
	margin-left: 10px;
	position: absolute;
	left: 20px;
	top: 370px;
}
#links A {
	display: block;
	text-decoration: none;
}
#foot {
	margin-top: 30px;
	padding-top: 10px;
	height: 75px;
	background-image: url('header2.png');
	padding-left: 220px;
	background-repeat: no-repeat;
}
#foot A {
	text-decoration: none;
}
#else {
	max-width: 900px;
	min-height: 300px;
	margin-left: 220px;
}
H1 {
	display: inline;
	margin-bottom: 1em;
}

/* Quotes page: */
.quote {
	padding: 15px;
	margin: 10px 10px 15px 10px;
}
.quote .q {
	font-size: 140%;
}
.quote .author, .quote .source, .quote .note {
	color: #ccc;
	font-size: 90%;
}
.quote .author A, .quote .source A, .quote .note A {
	color: #ccc;
}
.quote .author A:hover, .quote .source A:hover, .quote .note A:hover {
	color: #eee;
}
.quotes2 {
	margin: 10px 10px 10px 25px;
	border-left: 1px solid #888888;
	padding-left: 20px;
	font-size: 90%;
}

.quotes2 .quote {
	border: none;
	margin: 5px 5px 5px 5px;
}