@charset "utf-8";
/* CSS Document */

<style type="text/css">

body,td,th {
	color: #FFF;
}
body {
	background-color: #000;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

#centered_MenuBar { 
width: 800px; 
margin-left: auto; 
margin-right: auto; 
}

</style>

#TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible p strong a {
	color: #000;
}
