/* DATEI: format.css*/
body  {
	margin-top : 10px;
	margin-bottom : 10px;
}

/* 10px = 10 Pixel, Wert aenderbar*/
p,h1,h2,h3,ul,ol,li,div,td,th,address,blockquote,b,i  {
	font-size : 10pt;
	font-family : Arial,sans-serif;
}

/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar*/
h1  {
	font-size : 12pt;
	font-weight : bold;
	background-color: transparent;
}

/* 18pt = 18 Punkt, Wert aenderbar*/
h2  {
	font-size : 12pt;
	font-weight : bold;
}

/* 10pt = 10 Punkt, Wert aenderbar*/
a:link  {
	color : blue;
	text-decoration : underline;
	background-color: transparent;
}

a:visited  {
	color : blue;
	text-decoration : underline;
	background-color: transparent;
}

a:active  {
	color : blue;
	text-decoration : underline;
	background-color: transparent;
}

