body {
	background-color: #181818;
}

.thumb{
	padding: 4px 4px 8px 4px;
	background-color: #222;
	border: 1px solid #2a2a22;
	float: center;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.thumbnail {
	background-color: #222;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	border: 1px solid #2a2a22;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.table_title {
	color: #F2F2F2;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.footer {
	font-size: 12px;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.table_text {

	color: #F2F2F2;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
