@charset "utf-8";
.class1   {
	color: red;
	line-height: 150%;
	font-size: 20px;
}
.headline {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 32px;
	text-align: left;
}
.class2 {
	line-height: 150%;
	font-size: 20px;
	font-weight: normal;

}
.class3 {
	font-size: 20px;
	line-height: 150%;
}
.class4 {
	font-size: 24px;
	font-weight: bolder;

}
.url{
	font-size: 20px;
	text-decoration: none;
	font-weight: bolder;
}
.navurl{
	font-size: 16px;
	text-decoration: none;
	font-weight: bolder;
}
