body {
	background-color: #eee;
	font-family: sans-serif;
}

.title {
	font-size: xx-large;
	font-weight: bolder;
}

.secheader {
	font-size: x-large;
	font-weight: bolder;
	text-decoration: none;
}

a {
	color: #500000;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}

.faqL {
	font-size: larger;
	font-weight: bold;
}
.faqQ {
	font-style: italic;
}
.faqA { }

.footer {
	font-size: smaller;
	font-style: italic;
	text-align: center;
}

pre {
	border: dotted 1px;
	background-color: #656565;
	padding: 5px;
}
