
table.header { margin: 0; padding: 0; border: 0; }

table.header td.menu-left {
	font-size: 14px;
	padding-left: 5em;
	color: white;
	font-weight: bold;
}

table.header td.menu-right {
	font-size: 14px;
	padding-left: 0;
	color: white;
	font-weight: bold;
}

table.header a {
	margin-right: 3em;
	color: white;
	text-decoration: none;
}

table.header a:hover, table.header a:active {
	color: red;
}

table.header .selected {
	color: red;
	margin-right: 3em;
}
