body, p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 90%;
}

body {
	margin: 10%;
}

h1 {
	font-weight: bold;
	font-style: italic;
	font-size: 160%;
}

h2 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
}

small {
	font-color: #444444;
	font-size: 80%;
}

a:before { content:url("images/pfeil.gif") }
a:link { font-weight: 600; text-decoration:none; color:#000000; border-bottom: 1px dotted #aa0000; }
a:visited { font-weight: 600; text-decoration:none; color:#000000; border-bottom: 1px dotted #0000aa; }
a:hover { font-weight: 600; text-decoration:none; color:#000000; border-bottom: 1px solid #0000aa; }

