body {
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
}

.small {
	font-size: small;
}

td {
	vertical-align: bottom;
}
td.topal {
	vertical-align: top;
}
img {
	border: none;
}
a, a:active, a:focus, a:hover, a:link, a:visited {
	color: #ffff3d;
}

.jpbox {
	float:		left; 
	margin-left:	1em;
	margin-top:	5px;
}

table.sortable thead {
	background-color:#eee;
	color:#666666;
	font-weight: bold;
	cursor: default;
}

