@charset "utf-8"; 

/* -------------------- text -------------------- */

* {
	margin: 0px;
	padding: 0px;
}
body, td, th {
	font-size: 14px;
	line-height: 18px;
	color: #333333; 
	text-align: left;
}
.headline {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

