table {
	background-color: #919BAC;
	border: thin dotted #999999;
}
body {
	background-color: #000000;
	background-image: url(BGR.gif);
	background-repeat: repeat-y;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

