.widget {
	font-size:12px;
}
.page .content a, .post .content a, .widget a {
  color:#d80040;
  font-weight:bold;
  text-decoration:none;
  padding:2px 1px;
}

.page .content a:active, .post .content a:active, .widget a:active {
	color:#d80040;
}
.page .content a:hover, .post .content a:hover, .widget a:hover {
	color:#fff;
	background-color:#d80040;
}

.page .content img, .post .content img {
	border:5px solid #6E6E6E;
}
.page .content img.wb, .post .content img.wb {
	border:5px solid transparent;
}
.page .content a:hover img, .page .content a:hover img.wb, .post .content a:hover img, .post .content a:hover img.wb {
	border:5px solid #d80040;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.widget h3.title {
	border-bottom: 1px solid #000;
}