/*Alternate stylesheet, overloads the colour choices in default.
 This is aimed at having a choice for people with vision impairments
 (green on black when you can't see green is an exercise in frustration, I bet)
*/

html {
	color: #aaa;
}

body {
	color: #aaa;
}

:link {
	color: #a55;
}

:visited {
	color: #5e5;
}

:link:hover {
	color: #7f7;
}

:visited:hover {
	color: #7e7;
}

div#mainpage {
}

div#navbar {
}