/* DEFAULT DEFINITIONS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #004370;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
	
}

a:hover {
	color: #004370;
	text-decoration: underline;
}

a:active {
	color: #004370;
	text-decoration: none;
}

/* TITLE */

h1 {										/* call it "Ueberschrift I" */
	color: #004370;
	background-color: transparent;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-bottom: 1px solid #004370;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}

h2 {										/* call it "Ueberschrift II" */
	color: #004370;
	background-color: transparent;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-bottom: 1px solid #004370;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}
		
h3 {										/* call it "Ueberschrift III" */
	color: #000000;
	background-color: transparent;
	font-size: 1.0em;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}

