html {
	background: url('/scalesblue.png');
	color: white;
}

body {
	width: 800px;
	margin: auto;
	
	text-shadow: 0px 0px 4px black;
}

h1 {
	text-align: center;
}

h1 > span {
	display: inline-block;
	vertical-align: top;
	line-height: normal;
}

a:link {
	color: #FCFF94; 
}

a:visited {
	color: #FDFFBD; 
}
