body {
    overflow-y: scroll;
}
a:link {
	color: #000080;
	text-decoration: none;
}
a:visited {
	color: #000088;
	text-decoration: none;
}
a:active {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #000080;
	text-decoration: underline;
}