* {
	margin:0;
	padding:0;
	font-size:1em;
}

body {
	background:#000 url('background-content.jpg') no-repeat;
	background:#000 url('background.jpg') no-repeat;
	font:10px/130% "Lucida Console", Monaco;
	color:#00ff00;
	height:100%;
}

a {
	color:#00ff00;
	text-decoration:none;
}

 a:hover {
	color:#f00000;
	text-decoration: none
         background-color:#ffffff;
}

pre {
	font:10px/130% "Lucida Console", Monaco;
}

ol {
	list-style:none;
}

#navigation {
	float:left;
}

#content {
	color:#fff;
	margin:3.5em 0 0 43em;
}

#content img {
	margin-top:1em;
}

.contact {
	margin-left:0.2em;
	line-height:200%;
}

.start {
	margin:3.5em 0 1.3em 0;
}

.start_sub {
	margin:7em 0 1.3em 0;
}

.end {
	margin:1.3em 0 0 0;
}

.cursor {
	text-decoration:blink;
}

.page_string {
	margin-top:1em;
}

.page_string a {
	color:#fff;
}

.page_string a.active, .page_string a:hover {
	color:#f00;
}

.legend {
	margin-top:1em;
}