@import url("screen.css");
body {
	background: rgb(0,72,0);
	color: rgb(230,230,230);
}
article .article-excerpt {
	color: rgb(162,189,160);
}

h1
,h2 {
	color: rgb(176,2,2);
	text-shadow: 1px 2px 0 rgba(255,255,255,.8);
}
header h1 {
	text-shadow: none;
}
article header {
	color: rgb(176,2,2);
}

a {
	color: rgba(255,255,255,.9);
}
a:hover {
	color: rgb(211,2,2);
}
a:visited {
	color: rgba(255,255,255,.7);
}
.album-art {
	background: rgb(255,255,255);
}
article footer p {
	color: rgba(255,255,255,.3);
}

.pager a:hover {
	background: rgba(0,0,0,.2);
}
