
body {
	background: #fff;
	font-family: sans-serif;
	margin-left: 8px;
	margin-right: 8px;
}

h1 {
	background-color: #336;
	color: #c96;
	font-size: xx-large;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 8px 8px 12px 0px;
}
p:first-letter {
	font-size: x-large;
}
ul {
	 list-style-image: url(qcalist.gif);
}
a:link {
	color: #336;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #c96;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.reference {
	border: 1px solid blue;
	padding: 5px;
	margin-bottom: 5px;
}
