@charset "utf-8";
/* CSS Document */

body, h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
}

a:link {
	color:#900;
	text-decoration:none;
}
a:visited {
	color:#900;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:none;
}
a:active {
	color:#900;
	text-decoration:none;
}

.headline {
	font-size:16px;
	font-weight: bold;
	color: #600;
	
}

.headline_smaller{
	font-size:13px;
	font-weight: bold;
	color: #600;
}