body {
	background-attachment: fixed;
	color: black;
}

A {
	color: #881111;
	text-decoration: none;
}
A:active {
    color: #990000;
}
A:visited {
    color: #993300;
}
A:hover {
    color: #881111;
    text-decoration: underline;
}
