.alphalist {
	list-style-type: lower-alpha;
}
.index {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
}
.indexline {
	color: white;
	border: thin solid white;
}
body {
	background-color: #000000;
	color: #FFFFFF;
}

A:link {
	color:white;
}
A:visited {
	color:white;
}
A:active {
	color:green;
	TEXT-DECORATION: none;
}
A:hover {
	color:yellow;
}
h1 {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
}
h2 {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
}
p {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
}
li {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	padding-bottom: 10px;
}
