body{
	padding: 2em;
	background-color: #000;
	color: #eee;
	background-image: url("http://members.byond.com/iainperegrine/files/nostalgia_tiles.png")
	}
div.header{
	border: solid 1px #888;
	margin-bottom: 1em;
	padding: 1em;
	text-align: justify;
	background-color: #000;
	}
h1{
	display: inline;
	font-size: 32pt;
	text-align: center;
	}
h2{
	
	}
h3{
	
	}
h4{
	
	}
#results{
	border: solid 1px #633;
	padding: 2px;
	}
div.entry{
	border: solid 1px #888;
	margin-bottom: 1em;
	padding: 1em;
	text-align: justify;
	background-color: #000;
	}
.title{
	margin-bottom: 0em;
	}
.byline, .score, .prize{
	padding-left: 1em;
	}
a{
	font-weight: bold;
	text-decoration: none;
	color: #b66;
	}
a:hover{
	color: #dd0;
	}
p.summary{
	width: 35em;
	}
img.screen_shot{
	float: right;
	border: solid 1px #633;
	}
