body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
    font-weight: normal;
    color: black;
	background-color: white;
    text-decoration: none;
}
h1 { 
	font-size: 18px;
	font-weight: bold;
}
h2 { 
	font-size: 16px;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	font-weight: bold;
}
.headline_1 { 
	font-size: 18px;
	font-weight: bold;
}
.headline_2 { 
	font-size: 16px;
	font-weight: bold;
}
.headline_3 { 
	font-size: 14px;
	font-weight: bold;
}
.text {
	font-size: 12px;
    font-weight: normal;
}
.smalltext {
	font-size: 10px;
    font-weight: normal;
}
table {
	font-size: 12px;
    font-weight: normal;
}
th {
	background-color: black;
}
a {
    color: black;
    text-decoration: underline;
}
a:link {
    color: black;
    text-decoration: underline;
}
a:visited {
    color: black;
    text-decoration: underline;
}
a:hover {
    color: black;
    text-decoration: underline;
}

