body {
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding-right: 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 2px;
}
.menu a.active {
	padding-right: 20px;
	color: #dc4c8f;
	letter-spacing: 2px;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 20px;
}
.content p {
	font-size: 12px;
	padding-right: 20px;
}
h1 {
	font-size: 20px;
	margin-top: 20px;
	margin-right: 20px;
}
.content table {
	font-size: 10px;
	color: #FFFFFF;
}
.content p a {

	font-size: 12px;
	padding-right: 20px;
}
