body{
	margin:0px;
	padding:0px;
	font-family:verdana;
	background:#000;
	color:#CCC;
}
table {
	border-collapse:collapse;
	cellpadding:5px;
	width:100%;
	table-layout:fixed;
}
table td {
	padding:8px;
	text-overflow:ellipsis;
	white-space:nowrap; 
	overflow:hidden; 
}

a {
	text-decoration:none;
	color:#B58362;
}
a:visited {
	color: #9D511E;
}
a:hover {
	color:#F1995E;
}

.header {
	background:#444;
	padding:20px;
}
.content {
	padding:20px;
}
.headRow {
	background:#666;
	font-weight:bold;
}
.headRow td {
	padding:10px;
}
.col1 {
	background:#111;
}
.col2 {
	background:#222;
}