body {
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu a {
	font-family: arial;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 24px;
}
.menu a.active {
	color: #2a79d2;
	letter-spacing: 2px;
}
.content {
	color: #FFFFFF;
	line-height: 20px;
}
.content p {
	font-size: 12px;
	font-family: arial;
}
h1 {
	font-size: 20px;
	margin-top: 20px;
	font-family: arial;
}
.content table {
	font-size: 10px;
	color: #FFFFFF;
	font-family: arial;
}
