html {height: 100%}
body {height: 100%}

a:link {
		text-decoration: none;
}

a:hover {
		text-decoration: none;
		color: #FFFFFF;
}

a:visited {
		text-decoration: none;
		color: #999999;
}

a:visited:hover {
		text-decoration: none;
		color: #FFFFFF;
}

a.menu:hover {
		text-decoration: none;
		color: #D70000;
}

