a { color: #333399; text-decoration: none; }
a:hover { color: #ff8040; text-decoration: underline; }

body {
	margin: 0;
	background-color: #ff8000;
}
#maincontent {
	font-family: arial; font-size: 12px; line-height: 18px;
	background-color: white;
	padding: 8px;
}

.topside {
	background-color: #ee7800;
}

#leftcontent, #rightcontent {
	font-family: arial; font-size: 10px; line-height: 14px;
	background-color: #eee;
	padding: 8px;
}

#topmenu {
	margin: 4px;
}

.topmenu0 a, .topmenu1 a {
	font-family: arial; font-size: 14px; line-height: 18px;
	color: #fff;
	padding: 4px 6px;
}

.topmenu1 a {
	font-weight: bold;
}

