body {

	font-family:calibri;
	background-color:#151;
	
}

table.menu {
	
	font-size: 200%;
	color: white;
	width: 100%;
}

table.main {
	
	font-size: 100%;
	color: white;
	width: 100%;
}

td.menu {
	
	width:25%;
	
}

td.menu_select {
	
	background-color:#151;
	width:25%;
	
}

/*
td.menu:hover {

	color:#f80;
	cursor:default;

}
*/

div.topbar {
	
	background-color:#141;
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	
}

div.main {

	background-color:#151;
	position: absolute;
	left: 20%;
	width: 60%;
}

span.menu_select {

	color:#f80;
	
}