body {
	background: #cccccc;
	color: #515151;
	font-size: 13px;
	font-family: helvetica neue, helvetica, arial;
	line-height: 1.2;
}
table {
	font-size: 100%;
}
.woodsteel_header table {
	font-weight: bold;
	color: #475359;
}
.woodsteel_header {
	background: #e8f6e5;
}
td.headline {
	background: #b0cea8;
	color: #ffffff;
	font-size: 21px;
	padding: 5px 35px;
}
td.footer {
	background: #f1f6f7;
	font-size: 11px;
}
td.footer table {
	font-size: 11px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #5b5b5b;
	margin: 20px 0px 5px 0px;
}
td.footer h1 {
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	color: #5b5b5b;
}
a {
	color: #558949;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}

ul {
  list-style-type: none;
}