/* Styling */

body {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a, a:active, a:visited {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

.thinborderfloat {
  float:left;
  border:solid 1px black;
  padding:10px;
  margin-right:10px;
} 

/* Rulesets */

#copyright {
	align: right;
	position: absolute; 
	bottom: 5px; 
	right: 5px; 
	z-index: 2;
	font-size: 12px; 
	color: #666666;
}

#menu {
	text-align: center;
	color: #333333;
	font-wight: bold;
}

