@media screen {
a:link { color: #2fc800; }
	a:visited { color: #4f8b3d; }
	a:hover, a:active { color: #4fff19; }
img { border-color: #d8e3d5; }
	a:link img {  border-color: #2fc800; }
	a:visited img { border-color: #4f8b3d; }
	a:hover img, a:active img { border-color: #4fff19; }
#header {
	background: #5fa749 url("img/header-background-075.png") repeat-x;
	border-color: #5fa749;
	}
#footer { border-bottom-color: #5fa749; }
.button {
	background: #eef3ed url("img/post-background-075.png") repeat-x;
	border-color: #c2d3bd;
	}
.my-comment, .post {
	background: #eef3ed url("img/post-background-075.png") repeat-x;
	border-color: #d8e3d5;
	}
.my-comment blockquote, .post blockquote { border-color: #d8e3d5; }
}
