@charset "UTF-8";
body {
	font-family:"Courier New", Courier, monospace;
	background-image:url(images/background.jpg);
	background-position:center;
	line-height:25px;
	background-position:top;
	background-attachment:fixed;
}
.title {
	font-size:19px;
}
.detailEntry {
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
}
label {
	font-weight:bold;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #900000;
}
a:active {
	text-decoration: none;
	color: #000;
}
.spaced {
	line-height:21px;
}
.emailLink {
	font-size:11px;
}