* {
	padding: 0;
	margin: 0;
}

body {
	font: 14px/19px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	margin: 15px;
}

h1 {
	font-size: 23px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 25px;
}
h2 {
	font-size: 19px;
	color: #26BBE3;
	font-weight: normal;
	padding-bottom: 22px;
}
table {
	margin-bottom: 32px;
}
table tr td, 
table tr th {
	padding: 2px 8px;
	border-bottom: 2px solid #aaa;
	text-align:center;
}
table tr td.description {
	text-align:left;
}
p {
	padding-bottom: 22px;
}



img {
	border: 0;
}
a {
	text-decoration: none;
	outline: none;
}