body {
	background:#ffffff;
	font-family: Georgia, serif;
	font-size:12px;
	line-height:1.4em;
	color:#333;
}

#center {
	text-align:center;
}

#center table.centered {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:10px 20px;
	background-color:#fff;
	border-left:2px solid #B8B4AB;
	border-right:2px solid #B8B4AB;
	border-bottom:3px solid #B8B4AB;
	border-top:1px solid #B8B4AB;
}

td, p {
	background:#ffffff;
	font-family: Georgia, serif;
	font-size:100%;
	line-height:140%;
	color: #333;
}

h1 {
	font-family: Georgia, serif;
	font-size:1.25em;
	line-height:1.1em;
	font-weight:bold;
	color: #191919;
}

h2 {
	font-family: Georgia, serif;
	font-size:1em;
	font-weight:bold;
	color:#191919;
}

a				{ color: #bb0014; text-decoration:none;}
a:active		{ color: #bb0014; text-decoration:none;}
a:visited		{ color: #8C222E; text-decoration:none; }
a:hover			{ color: #bb0014; text-decoration:underline; }

#post img	{ padding:4px; border:1px solid #d9d7d0; }