@media screen {
a:link { color: #00c818; }
	a:visited { color: #3d8b46; }
	a:hover, a:active { color: #19ff34; }
img { border-color: #d5e3d7; }
	a:link img {  border-color: #00c818; }
	a:visited img { border-color: #3d8b46; }
	a:hover img, a:active img { border-color: #19ff34; }
#header {
	background: #49a754 url("img/header-background-090.png") repeat-x;
	border-color: #49a754;
	}
#footer { border-bottom-color: #49a754; }
.button {
	background: #edf3ee url("img/post-background-090.png") repeat-x;
	border-color: #bdd3c0;
	}
.my-comment, .post {
	background: #edf3ee url("img/post-background-090.png") repeat-x;
	border-color: #d5e3d7;
	}
.my-comment blockquote, .post blockquote { border-color: #d5e3d7; }
}
