@media screen {
a:link { color: #76c800; }
	a:visited { color: #6b8b3d; }
	a:hover, a:active { color: #a0ff19; }
img { border-color: #dde3d5; }
	a:link img {  border-color: #76c800; }
	a:visited img { border-color: #6b8b3d; }
	a:hover img, a:active img { border-color: #a0ff19; }
#header {
	background: #80a749 url("img/header-background-060.png") repeat-x;
	border-color: #80a749;
	}
#footer { border-bottom-color: #80a749; }
.button {
	background: #f1f3ed url("img/post-background-060.png") repeat-x;
	border-color: #cad3bd;
	}
.my-comment, .post {
	background: #f1f3ed url("img/post-background-060.png") repeat-x;
	border-color: #dde3d5;
	}
.my-comment blockquote, .post blockquote { border-color: #dde3d5; }
}
