*, html {
  color: black;
}
body {
	background: white;
	font-size: 12pt;
}
h1.category {
  font-size: 2em;
}
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}


#header, #left, #breadcrumbs, #down_menu, #submenu, #content_footer, #sendArticle {
	display: none;
}
	
#footer, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}


#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}



