body
{
	background-color:D6D7E7; /* light blue */
	/* This is what i'd like to background to be, but it's not rendered the same in ie and mozilla: background-color:E7E7FF; */
	font-family:courier new;
	font-size:18px;
}

.logo
{
	position:relative;
	z-index:3;
}
.menu
{
	background-color:#95B6D9; /* med blue */
	/*position:absolute;
	left:0;
	top:50; */
	z-index:2;
}

.menu a
{
	color:white;
	text-decoration:none;
	text-align:left;
	font-family:courier new;
	font-size:18;
}

.menu a:hover
{
	color:#FFD087; /* light orange */
}


.features
{
	font-family:Times;
	font-size:10pt;
}

.features div
{
	font-family:Times;
	font-size:10pt;
}

.features li
{
	font-family:Times;
	font-size:10pt;
}

.bodylist li
{
	font-family:Times;
	font-size:12pt;
}

.features img
{
	border-color:Blue;	
}

.features a
{
	color:Blue;
}

.features a:hover
{
	color:#F1A42A; /* dark orange */
}


.newsletter
{
	font-family:Times;
}


.bio img
{
	border: 1px solid black;
	width:100px;
}

.moreInfoCell
{
	padding-left:10px;
}

.moreInfoCell a
{
	color:#444444;
	font-weight:bold;
}

.moreInfoCell a:hover
{
	color: #0536FF; /*  med blue */
	font-weight:bold;
}

.gameNameCell
{
	padding-left:10px;
}

.gameNameCell a
{
	color:#000000;
	font-weight:bold;
}

.gameNameCell a:hover
{
	color: #0536FF; /*  med blue */
	font-weight:bold;
}

.gameName
{
	font-size:14pt;
}
