body, table{ font-family: "arial";
		color: white;
}

body{ background: black;
}

table{ background: black;
}

td{ border: solid;
	border-width: 0;
	cellpading: 0;
}

li{ font-family: "arial";
	color: white;
}

a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	text-decoration: underline;
	color: #FFFFFF;
}