/* Slate background */
/* Based on Black-Silver color style */
body {
	color: #000000;
	background-color: #cccccc;
	background-image: url("/img/slate.png")
}

a:link {
	color: #0000ff
}

a:visited {
	color: #000088
}

a:hover, a:active {
	color: #ff0000
}

