@charset "utf-8";
/* CSS Document */

.backlinks
{
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #FF0;
}
a:hover { text-decoration:underline;}

body,td,th {
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
}
body {
	background-color: #000;
}
.subscript
{
	font-size:xx-small;
	color:#999999;
}

.reference
{
	font-size:x-small;
	color:#999999;
	float:left;
}

.related
{
	float:right;
}

