/*colors.css for www.m-agemusic.nl */
/*by eric ribberink - oppernet, zutphen, the netherlands*/


BODY {
	background-color : Black;
}

DIV#wrap{
	background-color : White;
	color : #444444;
}

DIV#content A:LINK, DIV#content A:VISITED {
	color : #3E3EBB;
	text-decoration : none;
}

DIV#content A:HOVER, DIV#content A:ACTIVE {
	color : #3E3EBB;
	text-decoration : underline;
}
DIV#footer{
	color: silver;
}
DIV#footer A:LINK, A:VISITED, A:HOVER, A:ACTIVE{
	color:silver;
	text-decoration: none;
}


