body {
	background-color: black;
	color: white;
	#font-family: Arial;
	margin: 0px;
	
}

#globalheader {
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	border-bottom: 1px solid blue;
	margin: 0px;
	text-align: left;
}

h2.navigation {
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #00B;
	font-size: 12pt;
	text-align: right;
	margin: 0px;
	padding-right: 30px;
}

.navigation a, .navigation a:visited {
	color: red;
	text-decoration: none;
}

a:hover, .navigation a:hover {
	color: #80FF80;
}