@import 'default.css';

.links {
	position: absolute;
	border-style: hidden;
	border-width: 1px;
	border-color: #d79d00;
	color: #ffffff;
	font-family: arial, "lucida console", sans-serif;
	font-size: small;
	letter-spacing: 1px;
	line-height: 25px;
}

#llinks {
	top: 25px;
	right: 52%;
	height: 75%;
	width: 400px;
	margin-left: -205px;
	z-index: 2;
	text-align: right;
}

#rlinks {
	top: 25px;
	left: 52%;
	height: 75%;
	width: 400px;
	margin-right: -205px;
	z-index: 2;
	text-align: left;
}

.llistblock {
	margin-right: 20px;
}

.rlistblock {
	margin-left: 20px;
}

.spansmallhdr {
	color: #aaaaaa;
	font-size: medium;
	letter-spacing: 4px;
	text-decoration: none;
}

.spanwhatsnewhdr {
	color: #d79d00;
}

.spandisabledlink {
	color: #666666;
	text-decoration: none;
}

.spanlink a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
.spanlink a:hover {
	color: #d79d00;
	text-decoration: overline;
}
