body,
#content {
	background: #800080;
	color: #ffff00;
}

a {
	color: #ff8000;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #ffffff;
}

