@charset "iso-8859-1";
	
body{
	background: #161613;
	color: #eee;
	font-family: 'trebuchet MS', 'arial', 'helvetica', 'sans-serif';
	font-size: 11px;
	} 

h3 {
	font-size: 13px;
	text-decoration: bold;
	margin-bottom: 5px;
	}

a:visited {
	text-decoration: none;
	color: #7C6D48;
}


a:link {
	text-decoration: none;
	color: #FF9007;
}

a:hover {
	text-decoration: underline;
	color: #7C6D48;
}

.thumbnail{
	padding: 8px 8px 8px 8px;
	background-color: #494747;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	