body {
	background-color:#e0e0e0;
	color:black;
	widht:100%;
	font-size:small;
}

a:link { color:blue }
a:visited { color:purple }
a:hover {
	background-color:lightcyan;
	position:relative;
	top:-1px;
	left:-1px;
}
a:active {
	color:darkred;
	position:relative;
	top:-1px;
	left:-1px;
}

div.header {
	background-color:#e0ffff;
}

hr {
	border-style:dotted;
	border-top-width:2px;
	border-color:blue;
	height:2px;
}

a img {
	border:none;
}
a:hover img {
	position:relative;
	top:-1px;
	left:-1px;
}
a:active img {
	position:relative;
	top:-1px;
	left:-1px;
}

span.rank {
	font-weight:bold;
	font-size:xx-large;
}
span.gametitle {
	font-weight:bold;
	font-size:large;
}
span.hard {
	font-size:80%;
}
span.pubdate {
	color:green;
	font-weight:bold;
}
span.price {
	color:red;
	font-weight:bold;
}
span.boardname {
	color:gray;
	font-size:xx-small;
}
span.homepage {
}
