body{background-image: url(steel.background.jpg);
}

body {
	
	margin-left: 2%;
	margin-right: 2%;

}
a:link {color: #00FF0A}
a:visited {color: #99ffff}
a:hover {color: #FF00FF}
a:active {color: #0000FF}


#navigation {
                position: absolute;
top: 120px;
left: 4px  
}

#navigation {
                
		float:left;
		width:15%;
		background- none;
		
		margin-right:1em;
		padding:1em;
    		text-decoration: none;
		color: white;
		font-weight: bold;
		font-family: arial, helvetica, sans-serif;
		}
#navigation a:link, #navigation a:visited, #navigation a:active {
	text-decoration: none;
	color: white;
}
#navigation a:hover {
	color: #99ffff;
	background-color: #99ffff;
}
div.footer {
	background-color: #9999cc;
	color: #222222;
	font-size: 0.6em;
	padding: 0.5em;
}
#navigation div.note a:link, #navigation div.note a:visited, #navigation div.note a:active {
	text-decoration: none;
	color: #99ffff;
	background-color: #99ffff;
}
#navigation div.note a:hover {
	text-decoration: underline;
	color: #99ffff;
	background-color: #99ffff;
}

