@import url("screen.css");
body {
	background: rgb(0,16,0);
	color: rgb(162,189,160);
}
article .article-excerpt {
	color: rgb(162,189,160);
}
a
,article header h1 {
	color: rgb(0,255,0);
}

a:visited {
	color: rgba(0,255,0,.6);
}
