body {
	background-color: #000000;
	font-family: Tahoma;
	font-weight: normal;
	color: #cccccc;
	font-size: 13px;
}

h1 {
	color: #cc2222;
	font-size: 16px;
	font-weight: normal;
}

h2 {
	color: #cc2222;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

p {
	text-indent: 15px;
	text-align: justify;
	line-height: 1.3em;
}

a:link {
	text-decoration: none;
	color: #cc2222;
}

a:visited {
	text-decoration: none;
	color: #cc2222;
}

a:hover {
	text-decoration: none;
	color: #cccccc;
}

a:active {
	text-decoration: none;
	color: #cccccc;
}


.menu {
	display: inline;
	margin: 0px 0px 0px 40px;
}

.menu a:link {
	color: #ffffff;
	text-decoration: none;
}

.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover {
	background-color: #cccccc;
	color: #cc2222;
	text-decoration: none;
}

.menu a:active {
	color: #ffffff;
	text-decoration: none;
}
