html, body {
		background-color: #FAFAFA;
		font-family: Helvetica, Arial, sans-serif;
		color: #111111;
		font-size: 14px;
		line-height: 1.6;
}

p			{
		margin-top: 30px;
		margin-bottom: 30px;
}

a 			{
		color: #111111;
		text-decoration: none;
}

a:hover		{
		color: #FAFAFA;
		background-color: #111111;
		border-radius: 2px;
}

a.imagelink {
    background: 0;
    border: 0;
}

img		{
		vertical-align: bottom;
}

.container	{
		width: 640px;
		margin: 0 auto;
		text-align: justify;
}

.black		{
		display: block;
		background-color: #111111;
		margin-top: 1px;
		margin-bottom: 60px;
		padding: 10px;
		text-align: justify;
		color: #FAFAFA;

}

.divider	{
		background-color: #989898;
		width: 100%;
		height: 1px;
		left: 0px;
}

.divider_thick	{
		background-color: #111111;
		width: 100%;
		height: 5px;
		left: 0px;
		margin-bottom: 5px;
}

.foot		{
		position: fixed;
		width: 100%;
		height: 24px;
		bottom: 0px;
		left: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #111111;
		text-align: center;
		color: #FAFAFA;
}

.logo		{
		margin-top: 0px;
		width: auto;
}

.gamelogo	{
		width: 320px;
		height: auto;
		background-color: transparent;
}

table	{
		width: 320px;
		border-collapse: collapse;
		}
	

td	{
		border: 1px solid black;
		padding: 5px;
		padding-right: 20px;
}

.date	{
			color: #FAFAFA;
			background-color: #111111;
			padding: 5px;
		}

ul 			{
	columns: 2;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul li 		{
	text-align: left;
	margin-bottom: 5px;
	padding: 0px;
}

ul li a	{
	color: #FAFAFA;
	font-weight: bold;
}

ul li a:hover	{
	color: #111111;
	background-color: #FAFAFA;
	border-radius: 2px;

}