@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#333;
}

th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #b69949;
	background-color: #3d3d3d;
	padding: 5px 10px;
	line-height: 18px;
}

td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #eedeb0;
	text-align: left;
	padding: 5px 10px;
}

/* form */

.button {
	background-color: #b79a4a;
	color: #000;
	border: #232323 1px solid;
	height: 26px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #e60862;
	/* font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 30px;
}

a {
	color: #b79a4a;
	text-decoration: underline;
}

a:hover {
	color: #b79a4a;
	text-decoration: none;
}