@media screen {
a:link { color: #bcc800; }
	a:visited { color: #868b3d; }
	a:hover, a:active { color: #f2ff19; }
img { border-color: #e2e3d5; }
	a:link img {  border-color: #bcc800; }
	a:visited img { border-color: #868b3d; }
	a:hover img, a:active img { border-color: #f2ff19; }
#header {
	background: #a2a749 url("img/header-background-045.png") repeat-x;
	border-color: #a2a749;
	}
#footer { border-bottom-color: #a2a749; }
.button {
	background: #f3f3ed url("img/post-background-045.png") repeat-x;
	border-color: #d2d3bd;
	}
.my-comment, .post {
	background: #f3f3ed url("img/post-background-045.png") repeat-x;
	border-color: #e2e3d5;
	}
.my-comment blockquote, .post blockquote { border-color: #e2e3d5; }
}
