.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;
}