/* Colors */
/*White*/
body.white{
	background:#e8ebf0 url('../i/light_bg.jpg') 50% 0 no-repeat;
	color:#1f1f20;
}

body.white.home{
	background:#e8ebf0 url('../i/ani4.jpg') 50% 0 no-repeat;
	color:#1f1f20;
}
/*
body.white.home{
	background:#fff url('../i/ani3.jpg') 50% 0 no-repeat;
	color:#1f1f20;
}*/

body.white a:link{
	color:#a42c00;
}
body.white a:visited{
	color:#c35a33;
}
body.white a:hover{
	color:#1f1f20;
}
body.white a:active{
	color:#e0b300;
}

body.white div#navigation ul li.selected a{
	color:#1f1f20;
}
body.white h2 a:link,
body.white h2 a:visited{
	color:#1f1f20;
}

body.white a.js{
	color:#a42c00;
}

body.white ol.songs li a.selected{
	background:#5a0b0b;
	color:#fff;
	border:none;
}

body.white h2.red{
	color:#a42c00;
}