body {
	background: #2E2E2E;
	background-position: center;
	font-family: Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;	
	margin: 0;
	font-size: 0.9em;
}

img {
	border: 0;
}

p {
	margin: 0;
	font-size: 100%;
}

a {
	text-decoration: none;
}

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

a:visited {
  color: #CCCCCC;
}

a:hover {
	color: #FF0000;
}

h1, h2, h3, h4 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	color: #CCCCCC;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

/* Menu */

#menu {
	padding-top: 0;
	background-color: #660000;
}

#menu a {
	padding: 0 15px;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}

.downloadbutton {
	background: transparent;
	border: 0;	
	cursor: pointer;
}

#menu a:hover {
	text-decoration: underline;
}
.hltxt {
	color: #FF6;
}
#redtxt {
	color: #F00;
}
