body, span, h2, h3, h4, h5, h6, p, th, td, ul, li, a:link, a:visited, a:hover,
a:focus, div a:link, div a:visited, a:hover, a:focus {
	background: inherit;
}
a:link, .menu .button:link {
	color: #fff;
}
body, .menu .button:link, .menu .button:visited, .menu .button {
	background: #bbb;
}
body, h2, h3, h4, h5, h6, p, td, ul, li {
	color: #000;	
}
div a:visited, a:visited {
	color: #aaa;
}
.menu .button:visited {
	color: #ddd;
}
.menu .button:hover, div a:link {
	color: #888;
}
.menu .current, .menu .button:focus, .menu .button {
	color: #fff;
}
span, a:hover, a:focus, div a:hover, div a:focus {
	color: #666;
}
div, .menu .button:hover, .menu .current .button:hover {
	background: #fff;
}
.menu .button:focus, .menu .current, .menu .current .button, hr {
	background: #888;
}
hr { color: #000; }
table, th, td, div, .menu, .menu .button, .menu .current, .colored-border {
	border-color: #999;
}
