body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	color: #000000;
}

div,
div#header,
div#header h1 a,
div#background-border {
	border: 0;
	margin: 0;
	padding: 0;
	height: auto;
	background: none white;
}

div#background-border,
div#container,
div#middle {
	width: 100%;
}

a {
	color: #000000;
}

/****************************
content elements
*****************************/

body #content,
body #content div.news-single-item div.news-single-date,
body #content a,
body #content table {
	border: 0;
	margin: 0;
	padding: 0;
	color: #000000;
}

body #content ul {
	margin: auto;

}

body #content ul li {
	color: #000000;
}

body div#header h1,
body #content p, p,
body #content h1, h1,
body #content h2, h2,
body #content h3, h3,
body #content h4, h4,
body #content h5, h5,
body #content h6, h6{
	border: 0;
	padding: 0;
	margin: 0 0 1em;
	color: #000000;
}

body #content h1 {
	font-size: 200%;
}

body #content h2 {
	font-size: 180%;
}

body #content h3 {
	font-size: 160%;
}

body #content h4 {
	font-size: 140%;
}

body #content h5 {
	font-size: 120%;
}

body #content h6 {
	font-size: 100%;
}

body #content p {
	font-size: 100%;
}

/****************************
hidden elements
*****************************/

#rootline,
#content-menu,
#left,
#footer {
	display: none;
}
