body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #E9E9E9;
	background-image: url(gfx/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.Content {
	color: #595959;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.Content a:link {
	color: #772940;
	text-decoration: none;
}
.Content a:visited {
	text-decoration: none;
	color: #772940;
}
.Content a:hover {
	text-decoration: underline;
	color: #595959;
}
.Content a:active {
	text-decoration: underline;
	color: #595959;
}
.Title {
	color: #772940;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Copyright {
	color: #595959;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.Copyright a:link {
	color: #772940;
	text-decoration: none;
}
.Copyright a:visited {
	text-decoration: none;
	color: #772940;
}
.Copyright a:hover {
	text-decoration: none;
	color: #595959;
}
.Copyright a:active {
	text-decoration: none;
	color: #595959;
}
.Menu {
	color: #772940;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Menu a:link {
	color: #772940;
	text-decoration: none;
}
.Menu a:visited {
	text-decoration: none;
	color: #772940;
}
.Menu a:hover {
	text-decoration: none;
	color: #595959;
}
.Menu a:active {
	text-decoration: none;
	color: #595959;
}
.Subtitle {
	font-size: 20px;
	color: #772940;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
