/* SCHRIFT */
body, p, td, th, a, li, input, textarea {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 12px;
}
body, p, li, input, textarea {
	color: #858484;
}
td, th {
  color: Black;
}
a {
	color: #1c448e;
	text-decoration: none;
	font-weight: bold;
}
a:HOVER {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
	color: #858484;
}
h1 {
	margin-top: 0px;
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3, h4, h5, h6 {
  font-size: 12px;
}
h2, h3, h4, h5, h6 {
  border-bottom: 1px dotted #858484;
}
