	body {
		font-family:verdana, arial, sans-serif;
		font-size:small;
		font-weight:normal;
		margin:0;
		background: url(images/backgroundtile.jpg) repeat;
	  	font-family:sans-serif;
		color:#3E251E;
		overflow:scroll;
		}
	a 			{ color: #FFFFFF; text-decoration: none; }
	a:link		{ color: #FFFFFF; text-decoration: none; }
	a:visited	{ color: #FFFFFF; text-decoration: none; }
	a:active	{ color: #FFFFFF; }
	a:hover 	{ color: #66FFFF; }
	
	ul {
		list-style:square;
		}
	li {
		margin-bottom:5px;
		}
	#screenshot {
		border: 1px solid #422B13;
		}
	.notSelected, .neverSelected {
		border: 4px solid #000000;
		}
	.selected, .notSelected:hover {
		border: 4px solid #FFFFFF;
		}
	#info-left {
		color:#B2A78B;
		}
	.game-description {
		color:#E5C268;
		}
	.game-platform {
		color:#B2A78B;
		}
	.platform-plugin, .platform-plugin a {
		color:#5C5042;
		}
	.platform-plugin a:hover {
		color:#05E7E6;
		}
	.game-title,
	.game-author {
		color:#FFDC9A;
		}
	.game-header {
		border-top:#000 2px solid;
		border-bottom:#05E7E6 1px solid;
		background:#000000;
		color:#FFDC9A;
		}
	.closebtn {
		background:#000000 url(images/closebtn.png) no-repeat;		
		}
	.closebtn-over {
		background:#000000 url(images/closebtn_over.png) no-repeat;		
		}
	#previous-cgdcs {
		position:relative;
		width:377px;
		height:71px;
		background:#000000 url(images/all_previous_cgdcs.png) no-repeat;
		margin-left:4px;
		margin-bottom:65px;
		}
	.cgdc-button {
		position:relative;
		width:35px;
		height:35px;
		top:26px;
		left:8px;
		margin-left:6px !important;
		opacity:.40;
		}
	.cgdc-button:hover {
		opacity:1.0;
		}