/* GameZone Stylesheets */
	body
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		background-color:#D0D5D9;
		margin-top:3px;
	}
	td
	{
		font-size:12px;
		text-align:left;
	}
	a
	{
		color:#000;
		text-decoration:none;
	}
	a:hover
	{
		color:#3A4F6C;
		text-decoration:underline;
	}
	

/* Eigen styles */
	
	/* Omtrek tabel */
	.tabel
	{
		border:1px solid #000;
		background-color:#FFFFD7;
	}
	
	/* Tabel om de header */
	.top_tabel
	{
		background-image:url(http://www.gamenerd.nl/img/tile_back.gif);
	}
	.headertabel
	{
		border-bottom:1px solid #000;	
		border-top:1px solid #000;	
	}
	.menu_kop
	{
		background-color:#FAE989;
		font-weight:bold;
		border-bottom:1px solid #000;
	}

/* Andere styles */

	.bold
	{
		font-weight:bold;		
	}
