body {
	background: #101010;
	background-position: center;
	font-family: Verdana, Arial, sans-serif;
	color: #CCCCCC;	
	margin: 0;
	font-size: 13px;
}

img {
	border: 0;
	margin: 0;
}

p {
	margin: 0;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
  color: #CCCCCC;
}

a:hover {
	color: #FFFF99;
	font-weight: bold;
}

h1, h2, h3, h4 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

/* Menu */

#menu {
	padding-top: 0;
	background-color: #4F024D;
}

#menu a {
	padding: 0 10px;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}
