body {
	background-color: #999999;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
p {
	text-indent: 3em;
	font-family: serif;
	font-size: 15px;
	font-weight: normal;
	
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	display: table;
}
#header {
	color:#000000;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
a img {
	border: 0;
}


a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
	margin: 0 auto;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #aaa;
	font-size: 11px;
}
table.sortable th {
	border-width: 1px 0px 1px 0px;
	background-color: #ccc;
}
table.sortable th a {
	text-decoration: none;
	color: #000;
}
table.sortable td {
	border-width: 0px;
}
table.sortable tr.odd td {
	background-color: #fff;
}
table.sortable tr.even td {
	background-color: #ddd;
}
table.sortable tr.sortbottom td {
	border-width: 1px 0px 1px 0px;
	background-color: #ccc;
	font-weight: bold;
}