/* Überschriften */
h1 {
font-family: "verdana, arial";
font-size:14pt;
}

h2 {
font-family: "arial";
font-size:12pt;
}

/*	Unvisited links							*/
a:link {
color: White;
}

/*	Visited links							*/
a:visited {
color: White;
}

/*	Links when hovered over (MSIE only)				*/
a:hover {
color: Black;
text-decoration:none;
}

/* normaler Text */
p,ul,table,tr,td {
font-family: "verdana, arial";
font-size:10pt;

}

