BODY, TABLE, TR, TD {
	font-family: verdana, arial;
	font-size: 11px;
	color: #006633;
}

HR {
	color: silver;
}

A {
	color: royalblue;
	text-decoration: none
}

A.index {
	color: #006633;
	text-decoration: none
}

A:hover {
	text-decoration: underline;
	color: navy;
}

.index {
	color: #006633;
	text-decoration: none
}

.indexheader {
	color				: white;
	font-weight			: bold;
}

.code {
	font-family: Courier New, Courier, mono;
	color: gray;
}