BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size:15px;   <!--Schriftgröße linke Leiste und Text diesen ggF im content prozentual erhöhen//-->
	
}

HTML {
	font-family : Arial, Helvetica, sans-serif;
	font-size:15px;   <!--Schriftgröße HTML-Tags //-->
	font-weight:bolder;   
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size:14px;   <!--Schriftgröße Absätze //-->
	font-weight: bolder;
}

INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

TD  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style: normal;
	font-weight:bold;
	color: #0000BF;
}


