@charset "UTF-8";
/* CSS Document */

table {
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin-top: -10px;
}

table img {
	border: 2px #fff solid;
	margin-right: 20px;
	margin-bottom: 20px;
}

table h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-bottom: 0;
	color: #ba956b;
}

table tr {
	border-bottom: 1px #ba956b solid; 
}

table td {
	vertical-align: top;
	padding-top: 20px;
}
