@charset "utf-8";
body {
	background-color: #8990ac;
	margin: 0px;
	padding: 0px;
}
.headline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.subheader {
	font-size: 14px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.image {
	padding:2px;
	border:1px #333333 solid;

}