@charset "UTF-8";
/* CSS Document */

table {
	width: 550px;
	background-color: #211616;
	border-collapse: collapse;
	padding: 0;
}

table img {
	border: 2px #fff solid;
	margin: 5px;
}

thead tr, td{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-bottom: 0;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	border: #523c31 1px solid;
}

.description {
	font-family: Arial;
	color: #fff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.2em;
	padding: 10px;
	border-top: #523c31 1px solid;
	
}

