body
{
	background-color: #274C77;
}

font
{
	font-size: 3;
	font-family: calibri;
	color: #E0EAF5;
}

img.icn
{
	vertical-align: middle;
}

div.space8
{
	height: 8px;
}

div.space16
{
	height: 16px;
}

div.game
{
	width: 320px;
	border: 2px solid #437198;
	display: inline-block;
	padding: 3px;
	margin-bottom: 16px;
	background-image: linear-gradient(180deg, #FFFFFF, #6096BA);
}

a:link
{
	color: #E0EAF5;
	text-decoration:underline;
}

a:visited
{
	color: #E0EAF5;
	text-decoration:underline;
}

a:hover
{
	color: #FF8E2B;
	text-decoration:underline;
}

