@charset "UTF-8";
a {
	color: #CCCCCC;
	text-decoration: underline;
}
.logo {
	left: auto;
	right: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.report img {
	border: 4px solid #FFFFFF;
}
body {
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #FFFFFF;
	background-color: #000000;
}
.report td {
	padding: 14px;
}
ul {
	font-size: 12px;
	margin: 10px;
	font-weight: normal;
}
hr {
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
}

