body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: medium;
	font-weight: bold;
}
h2 {
	font-size: small;
	font-weight: bold;
}
.headline2 {
	font-weight: bold;
}
.maintab{
	background-color: #C25C28;
	border: 1px solid black;
	width: 500px;
	height: 500px;
	margin-top : 25px;
}
.tdtext{
	width:400px;
	font-size: small;
	text-align:justify;
	padding: 10px;}
.fuss{
	font-size: xx-small;
	padding-left: 70%;
}
.imgleft{
	border: 1px solid;
	float: left;
	margin: 0px;
}
.imgbottom{
	border: 1px solid;
	float: left;
	margin: 0px;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #000173;
}
