@charset "UTF-8";

body {
	color: white;
	font-size: 12px;
	_font-size: 75%; /* IE does not like it */
	font-family: Helvetica, Arial, sans-serif;
	background-color: #CC0066;
}

input, select, textarea { 
	border: thin gray solid;
	background-color: white;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover { 
	color: black;
}

a img {
	border: none;
	clear: both;
}
img {
	border: none;
	clear: both;
}
h1 a {
	font-weight: normal;
	text-decoration: none;
}

#wrapper {
	width: 600px;
	margin: 40px auto 60px auto;
	padding: 0 0 60px 0;
/*	border: #000000 solid 1px; */
	overflow: hidden;
}

#navigator {
	margin: 60px 0 0 0;
	font-size: 60px;
	letter-spacing: -5px;
	word-spacing: -12px;
	line-height: 0.75;
	text-transform: uppercase;
}

#navigator li a {
	padding: 0 5px 0 0; /* add 5px to solve a:hover problem with narrow letter spacint */
	text-decoration: none;
}
#navigator li.current {
/*	color: #FF0066; */
	color: black;
}
#content {
	margin: 25px 0 0 0;
	text-align: justify;
	line-height: 1.25;
}
#copyleft {
	padding: 60px 0 0 0;
}
#fixed-width {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
}
.author {
	width: 600px;
	text-align: right;
}
.date {
	font-weight: bold;
}