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;
}

	
		
	A.button, A.button:link, A.button:visited{
		color:#FFFFFF;
		font-weight:bold;
		cursor:hand;
		font-size:12px;
		text-decoration:none;
		text-align:center;
		font-family:arial;
		}

	A.button:hover {
		color:#FFFFCC;
		text-decoration:none;
		font-family:arial;	
		}	

		
	INPUT.button {
		background-image:url(http://sortasoft.com/funkyfarm/images/button.jpg);
		background-color:#000000;
		cursor:hand;
		height:18px;
		color:#FFFFFF;
		font-weight:bold;
		border-top: 1px solid #333333;
		border-right: 1px solid #353535;
		border-bottom: 1px solid #838383;
		border-left: 1px solid #353535;
		cursor:hand;
		font-size:10px;
		text-decoration: none;
		font-family:arial;	
		}

	TD.button {
		background-image:url(http://sortasoft.com/funkyfarm/images/button.jpg);
		height:18px;
		color:#FFFFFF;
		font-weight:bold;
		border-top: 1px solid #333333;
		border-right: 1px solid #353535;
		border-bottom: 1px solid #838383;
		border-left: 1px solid #353535;
		cursor:hand;
		font-size:10px;
		text-decoration: none;
		vertical-align:middle;
		font-family:arial;	
		}

	.price {
		background-color:#E8E8E8;
		font-family:arial;

		font-size:12px
		
		}
		
	.heading1 {
		font-size:14px;
		font-weight:bold;
	}
