﻿div#content a:link {
	color: #862727;
	text-decoration: none;
}

div#content a:visited {
	color: #4C4C4C;
	text-decoration: none;
}

div#content a:active {
	text-decoration: none;
}

div#content a:hover {
	color: black;
	text-decoration: underline;
}

div.alphanav {
	margin: 0 0 0 20px;
}

div.show {
	margin: 0 0 20px 0;
}

div#content div.alphanav a:link, div#content div.alphanav a:visited, div#content div.alphanav a:active {
	text-decoration: underline;
}

span.selected {
	font-weight: bold;
}

.bold { font-weight: bold; }
