@media screen {
a:link { color: #00c8a5; }
	a:visited { color: #3d8b7d; }
	a:hover, a:active { color: #19ffd6; }
img { border-color: #d5e3e1; }
	a:link img {  border-color: #00c8a5; }
	a:visited img { border-color: #3d8b7d; }
	a:hover img, a:active img { border-color: #19ffd6; }
#header {
	background: #49a796 url("img/header-background-120.png") repeat-x;
	border-color: #49a796;
	}
#footer { border-bottom-color: #49a796; }
.button {
	background: #edf3f2 url("img/post-background-120.png") repeat-x;
	border-color: #bdd3cf;
	}
.my-comment, .post {
	background: #edf3f2 url("img/post-background-120.png") repeat-x;
	border-color: #d5e3e1;
	}
.my-comment blockquote, .post blockquote { border-color: #d5e3e1; }
}
