@charset "UTF-8";
body, #outercontainer, #container, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

a {
	text-decoration: underline;
	outline: none;
	color: #0c7c72;
}

a img {
	border: none;
}

#content .article .arttext a:hover {
	background: #387f7c;
	color: #FFF;
}

#content .article .arttext .downloadstable a:hover {
	color: #387f7c;
}

#content .article .arttext .downloadstable .downloadicons a:hover {
	background: none;
}