body {

	background: #000000 url(graphics/bg.gif) repeat-y;

	background-position: center;

	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;

	color: #CCCCCC;	

	margin: 0;

	font-size: 0.8em;

}



img {

	border: 0;

}



p {

	margin: 0;

	font-size: 100%;

}



a {

	text-decoration: none;

}



a:link {

	color: #fff;

	text-decoration: none;

}



a:visited {

  color: #fff;

}



a:hover {

	color: #FDC7FE;

}



h1, h2, h3, h4 {

	margin-top: 0px;

	margin-bottom: 2px;

	font-weight: normal;

	color: #fff;

}



h1 {

	font-size: 170%;

}



h2 {

	font-size: 150%;

}



h3 {

	font-size: 100%;

	font-weight: bold;

}



/* Menu */



#menu {

	padding-top: 0;

	background-color: #68006A;

}



#menu a {

	padding: 0 15px;

	text-decoration: none;

	font-size: 100%;

	font-weight: bold;

	color: #fff;

}

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

#menu a:hover {

	text-decoration: underline;

}