#header-logo-block { display: none; }
#suggestions { display: none; }
#navigation { display: none; }
#footer { display: none; }
#footer-navigation { display: none; }

body {
	margin: 1em;
	font-size: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#header {
	font-size: 0.8em;
}
#header .contacts {
	margin: 0.25em 0 0 0;
	padding: 0;
	list-style: none;
}
#header .contacts li {
	display: inline;
}
#content {
	margin: 1em 0 0 0;
	font-size: 0.7em;
	line-height: 1.5;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
a {
	color: #ffffff;
	text-decoration: none;
}