body {
	background-color: #840000;
	background-image: url(background_swatch.png);
	color: white;
}

body, div {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Luxi Sans', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
}

img {
	border: none;
}

.major {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.minor {
	width: 700px;
	text-align: justify;
	font-variant: small-caps;
}

#sig {
	text-align: right;
	font-style: italic;
}

#text {
	display: block;
}

#retext {
	display: block;
}

div.hrule {
	height: 2px;
	background-color: black;
	color: white;
}

div.hrule hr {
	display: none;
}

a:link, a:visited, a:hover, a:active {
}

a:link, a:visited, a:active {
	text-decoration: underline;
}

a:link {
	background-color: inherit;
	color: #f00;
}

a:visited {
	background-color: inherit;
	color: #f66;
}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: white;
}

