/* Defaults */
html {
	font-size: 10pt;
	line-height: 110%;
	font-family: Arial, sans-serif;
	color: black;
}

h1, h2, h3, p, ul, ol, dl {
	margin: 0;
	padding: 0;
	margin-top: .5em;
}

/* Lists */
ol,
ul {
	list-style-position: inside;
	list-style-type: square;
}

/* Hide some parts not relevant for printed pages */
div#navigation,
div#leftcolumn,
div.subnavigation,
div.news-headlines
{
	display: none;
}

/* Logo */
div#logo {
	text-align: right;
}
div#logo img {
	border: 0px;
}


/* Intro */
#intro {
	font-size: 110%;
	font-style: italic;
	text-align: center;
}

#intro blockquote {
	margin: 0;
	padding: 0;
}


/* Picture */
#header #picture {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}


/* Headers */
h1, h2, h3 {
	color: #f5812b;
	font-style: bold;
	margin-top: 1em;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }

/* Hyperlinks */
a:link,
a:visited,
a:active {
	color: blue;
	text-decoration: underline;
}
