body {
	padding: 9px;
	background-color: #190c21;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
table {
	background: #eee url(../images/ast.gif) bottom right no-repeat;
	border-collapse: collapse;
	margin-bottom: 8px;
	border-bottom: 3px solid #e99f34;
	border-left: 3px solid #e99f34;
	border-right: 3px solid #e99f34;
}
thead th {
	font-size: 100%;
	color: #eee;
	background-color: #e99f34;
}
tbody {
}
tr,th,td {
	border-bottom: 1px solid #ddc;
	border-left: 1px solid #ddc;
	border-right: 1px solid #ddcd;
	min-width: 130px;
	padding: 0.5em;
}
th {
	font-weight: bold;
}
p {
	color: #ffe;
}
i {
	font-weight: italic;
	color: #ffe;
}
h2 {
font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	color: #ffe;
}
a {
	text-decoration: underline;
	color: #C38429;
	font-size: 80%;
}
a:visited {
	text-decoration: underline;
	color: #888;
}
a:hover, table a:active {
	background-color: #888;
	text-decoration: none;
	color: #eee;
}
