body {
	color: white;
	background-color: black;
	margin: 0;
}
table {
	color: white;
	background-color: black;
}
a {
	color : #0066CC;
	text-decoration : none;
	font-weight : bold;
}
a:link {
	color : #0066CC;
	text-decoration : none;
	font-weight : bold;
}
a:hover {
	color : teal;
	text-decoration : underline;
	font-weight : bolder;
}
a:visited {
	color : #727272;
	font-weight : lighter;
	text-decoration : none;
}
hr {
	color : silver;
}


.credits {
	color : #6699CC;
	text-transform : capitalize;
	font-size : x-small;
}
.menu {
	color : #3300CC;
	display : list-item;
	font-size : small;
	list-style : circle;
	text-align : left;
	line-height: 160%;
}
.MsoNormal {
	color: #ffffff;
	background-color : #000000;
	padding : 5;
}