.body {
	font-family: Times New Roman;
	font-size: 16px;
	color: black;
	text-decoration: none;
	font-style: normal;
}
 
.bodybold {
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-style : normal;
}

.bodyunderline {
	font-family: Times New Roman;
	font-size: 16px;
	color: black;
	text-decoration: underline;
	font-style: normal;
 }

.bodykop {
	font-family: Times New Roman;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

.bodytitel {
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-style : normal;
}

A { font-family: Times New Roman; 
	font-size: 16px;
	color: #0000FF;
	text-decoration: none;
}

A:Hover {
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: underline;
	color: #FF0000;
}

.bodysmall {
	font-family: Times New Roman;
	font-size: 12px;
	color: #000000;
}

a.menu:link, a.menu:visited { display:block; font-family:Arial, Helvetica, sans-serif; font-size:19px; color:#0000ff; margin-left:8px; padding-bottom:4px; padding-top:2px; text-decoration:none;}
a.menu:hover { color:#000066; text-decoration:none; }

a.highlight:link, a.highlight:visited { color:#000066!important;}
