body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background: none !important;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}
a:link, a:visited {
	color: blue;
	text-decoration: underline;	
	font-weight: bold;
}
/* a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
} */
H1, H2, H3 {
	background: white; 
}
	
/* HIDE */
#container-languages,
#container-banner,
#container-menu,
#header-links,
#page #left-column,
#page #right-column,
#home #search-box,
#home #subscribe-box
{
	display: none;
	}
	
/* RESET LAYOUT */
#page #content-column 
{
	width: 100%;
}
