.horizontalLinks {
	margin: 2px;
	padding: 2px;
	height: auto;
	width: auto;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #CC9999;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #CC9999;
	white-space: nowrap;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
.border {
	border: 1px solid #CCCCCC;
}
