@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
#index {
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
}
#index a:link, a:visited {
	color: #CC0066;
}
#manifesto a {
	text-transform: uppercase;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #BC0066;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#menu {
	text-decoration: none;
	min-height: 400px;
	text-align: center;
}
#menu  a:link, a:visited {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: overline;
	color: #CC0066;
}


.title {
	font-family: "Century Gothic";
	font-size: 36px;
	color: #FFFFFF;
	text-decoration: none;
}

.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
