/* Allgemeine Definitionen */
body {
	margin:4px;
	background-color:#FFFFFF;
	font-family:Helvetica,Arial,sans-serif;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,nobr,em,b,i {
	font-family:Helvetica,Arial,sans-serif;
}

blockquote,code {
	font-family:courier,monospace;
}

/* Stil fuer Ueberschriften */
h1 {
	font-size:x-large;
	font-weight:bold;
	text-align:center;
}

h2 {
	font-size:large;
}

/* Stil fuer Listen, Absaetze */
p,li,ul {
	font-size:normal;
	line-height:14pt;
}

/* Listen */
ul {
	list-style-type:disk;
}

/* Links */
a {
	text-decoration:none;
/*	font-weight : bold;*/
	font-style : normal;
}
a:link {
	color:#FF0000 ;
}
a:visited {
	color:#800000 ;
}
a:active {
        text-decoration:underline;
}
a:hover {
        text-decoration:underline;
}
:name {
	text-decoration:none;
}
