body {
	background: white;
	font: 10pt / 1.3 serif;
}


#branding_container, #news_element, #sub_nav, #site_info_container, #i18n_links, #sor_pag, .noprint, .to_top {
	display: none;
}

#content {
	width: auto;
	margin-left: 10%;
	padding-top: 1em;
	border-top: 1px solid #555;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
}

a:link, a:visited {
	color: #555;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
} 

#content a:link:after, #content a:visited:after {
	content: " (" attr( href) ") ";
	font-size: 85%;
}

table {
	width:100% !important;
	font-size:80%;
}
table ul {
	margin:0;
	padding:0;
	list-style-position:inside;
}
table, th, td {
	border:1pt solid black;
	border-collapse:collapse;
}

th, td {
	padding:.5em;
}
th {
	background:#ccc;
	text-align:center;
}

