html, body {
	font: 85%/1.6em Arial, Verdana, sans-serif;
	color: #000;
}

#nav,
#articleMenu,
#address,
#articleThumbs,
.toTop {
	display: none !important;
}

#article #content h1 { font-size: 1.8em; }
#article #content h2 { font-size: 1.4em; text-transform: none; letter-spacing: 0; }
#article #content h3 { font-size: 1.2em; font-weight: bold; }
#article #content h4 { font-size: 1em; font-weight: bold; }
#article #content h5 { font-size: .8em; font-weight: bold; }
#article #content h6 { font-size: .6em; font-weight: bold; }

#article #content p {
	margin-bottom: 1em;
}

#article #content table {
	margin: 0.6em 0 1em 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%
}

#article #content table tr th {
	background: #eee;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding: 3px;
}

#article #content table tr td {
	border-bottom: 1px solid #eee;
	padding: 3px;
}

#article #content table tr td p {
	margin: 0;
	padding: 0; 
}

#content img {
	margin: 10px 10px 10px 0;
}

.teaser {
border-bottom:1px solid #EEEEEE;
clear:both;
margin-bottom:1em;
}
