/* always display vertical scrollbar to avoid layout jumps */
html {
	overflow-y: scroll;
}

a {
	text-decoration: none;
	color: #b8860b;
}

a:hover {
	border-bottom: 1px;
	border-bottom-style: solid;
}

#whitelinks a {
	color: #ffffff;
}

#nolinkborder a:hover {
	border-bottom: 0px;
}

.aslink {
	text-decoration: none;
	color: #ffffff;
}

.aslink:hover {
	border-bottom: 1px;
	border-bottom-style: solid;
}
