#content {
	text-align: center;
}

.hrDiv {
	margin: 10px auto; 
	padding: 0; 
	border-top: 1px solid white; 
	width: 200px; 
	height: 2px; 
	line-height: 1px;
}

#linksTable {
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
}

#linksTable .catTD {
	vertical-align: top;
	padding: 15px;
}

#linksTable .catTD .catName {
	font-weight: bold;
	color: black;
}

#linksTable .catTD .linkName a {
	color: white;
}

#linksTable .catTD .linkName a:hover {
	color: #930916;
}

#descBox {
	color: black;
	text-align: left;
	font-size: 90%;
	background-color: #939393;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 200px;
	border: solid black 1px;
}

