body 
{
	max-width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#9ed79b;
	font-family:Arial, Helvetica, sans-serif;
	/*background-color:#779d76;*/
}

ul.tab
{
	float:left;
	width:100%;
	padding:0 0 0 2em;
	border-bottom: 1px solid #000000;
	margin: 1em 0 1em 0;
	list-style:none;
	line-height:2em;
}

li.tab
{
	float: left;
	border: solid;
	border-width: 1px 1px 1px 1px;
	margin: 0 -1px -1px 0;
	background-color:#779d76;
}

li.tab:hover
{
	background-color:#9ed79b;
}

li.selected
{
	padding: 0 0 1px 0;
	text-decoration: none;
	border-width: 1px 1px 0px 1px;
	background-color:#9ed79b;
}

li.tab a 
{
	padding: 0.45em 2em;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}

div 
{	
	text-align:center;
}

div.mainContent
{
	text-align:left;
	padding: 5%;
}

div.game
{
	float: left;	
	
	width: 900px;
	padding-top: 50px;
	padding-bottom: 50px;
}

div.left
{
	float: left;
	
	width:200px;
	
	padding-top: 50px;
}

div.right
{
	float: right;
}

a
{
	text-decoration: none;
}

a:link
{
	color:#0000ff;
}


a:hover
{
	color:#ff0000;
}

a:visited
{
	color:#0000ff;
}



img.ss
{
	border: solid;
	border-width: 1px 1px 1px 1px;
}


hr
{
	border:none;
	height: 1px;
	width: 100%;	
	color: #000;
	background-color: #000;
}

hr.inv
{
	visibility:hidden;
	border:none;
	height: 1px;
	color:#9ed79b;	
	background-color:#9ed79b;	
}


p 
{ 
	line-height:25px;
	text-indent:40px;
	text-align:left;
}

ul
{
	text-align: left;
}



