@media screen {
a:link { color: #00a5c8; }
	a:visited { color: #3d7d8b; }
	a:hover, a:active { color: #19d7ff; }
img { border-color: #d5e1e3; }
	a:link img {  border-color: #00a5c8; }
	a:visited img { border-color: #3d7d8b; }
	a:hover img, a:active img { border-color: #19d7ff; }
#header {
	background: #4996a7 url("img/header-background-135.png") repeat-x;
	border-color: #4996a7;
	}
#footer { border-bottom-color: #4996a7; }
.button {
	background: #edf2f3 url("img/post-background-135.png") repeat-x;
	border-color: #bdcfd3;
	}
.my-comment, .post {
	background: #edf2f3 url("img/post-background-135.png") repeat-x;
	border-color: #d5e1e3;
	}
.my-comment blockquote, .post blockquote { border-color: #d5e1e3; }
}
