body {
    background-color: black;
    color: black
}
a {

    color: #FFFFCC;
}
a:active {
    text-decoration: none;
    color: #FF9900;
}
a:visited {
    color: #FFFFCC;
}
.menu_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}
.menu_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}
