a {
	text-decoration: none;
}

a.emph {
	font-weight: bold;
}

a:hover { text-decoration: underline; }

body {
	font-family: "verdana";
	font-size: small;
}

hr.blue {
	background-color: '#0066bb';
}

div.topline {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0066bb;
	margin-top: 10px;
	width: 97%;
}

ol.alpha {
	list-style-type: lower-alpha;
}
