body {
	font-family:Helvetica,sans-serif;
	background-color:black;
	color:white;
	font-weight:bold;
	text-align:center;
	margin:0;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #cccccc;
	scrollbar-base-color: #000000; 
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
}
body.left {
	color:#ccc;
	font-size:90%;
}
img {
	border:0;
}
img.thumb {
	margin-top:5px;
}
img.subtitled {
	margin-bottom:5px;
}
table {
	padding:0;
	width:100%;
}
th,td.title {
	padding-top:2px;
	padding-bottom:2px;
}
th {
	font-size:90%;
}
td.back {
	font-size:110%;
	text-align:right;
}
td.title {
	text-align:left;
	font-weight:bold;
}
a,a:visited {
	text-decoration:none;
	color:black;
	cursor:pointer;
}
a.grey,a:visited.grey {
	color:#ccc;
}
a.white,a:visited.white {
	color:white;
}
a:hover,a:hover.grey {
	color:#ffffff;
}
