/* Default styles */
body {
	color: #000;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}

h3,
h4,
h5,
h6 {
	font-size: 14px;
}

a {
	color: #000;
	text-decoration: underline;
}

hr {
	clear: both;
	height: 0;
	border: solid #000;
	border-width: 1px 0 0;
}

/* HIDDEN ELEMENTS */
.noprint,
#menu,
#content #sidebar-left,
#content #sidebar-right {
	display: none;
}

/* ID: content */
#content img {
	display: block;
}

/* ID: footer */
#footer {
	font-size: 10px;
	text-align: center;
}

	#footer a[target=_blank]:after {
		content: " (" attr(href) ")";
	}