body {
	background-color: #FFFFFF;
	height: 100%;
	text: "#000000";
}

html {
	height: 100%;
}

td.off {
padding: 5px 7px 5px 7px;
background: rgb(0,49,99);
font-color:white;
link-color:white;
visited-color:white;
font-family: Univers, Arial, Verdana, Tahoma, Helvetica;
vertical-align: top;
}

td.on{
padding: 5px 7px 5px 7px;
background: rgb(110,207,246);
font-color:red;
link-color:white;
visited-color:white;
font-family: Univers, Arial, Verdana, Tahoma, Helvetica;
vertical-align: top;
}

a.menu:link { color: white; text-decoration: none; font-weight: 600; }
a.menu:visited { color: white; text-decoration: none; font-weight: 600; }
a.menu:hover { color: white; text-decoration: none; font-weight: 600; }
a.menu:active { color: white; text-decoration: none; font-weight: 600; }

table.menu{
background: rgb(0,49,99);
}

table.center{ 
margin-left: auto;
margin-right: auto;
}

