body {
color: rgb(221, 221, 221);
background-color:#232323;
font-family: verdana;
}

a:link {
color:#bbbbff;
background:transparent;
}

a:visited {
color: #ffffff;
}

a:active {
color:#ffffff;
}

/* This is the background image */
#bg {
	width: 744px;
	height: 136px;
	background: url(/logo.jpg);
}
#transbox {
	margin-right: 3px;
	width: 120px;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
	right: 0;
	margin-top:116px;
}

#transbox div {
	margin-left:10px;
	margin-right:10px;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}
form {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: x-small;
}

table.listing {
	border: 1px solid #444444;
	font-size: 12px;
}

table.listing th {
	text-align: left;
	background-color:#333333;
}

table.listing td {
	font-family: "Verdana";
	background-color: #282828;
	border-top: 1px solid #333333;
}
