	body {		margin:0px 0px 0px 0px;		color: black;		background:#fff;		}		#maincontent {		float: right;		width: 67%;		padding-top: 10px;		padding-bottom: 5px;		padding-left: 10px;		padding-right: 10px;		background:#fff;		}	#menucontent {		margin-top: 15px;		margin-right: 0;		padding-top: 5px;		padding-bottom: 5px;		background: #eee;		}		#menucontent ul {		margin-left:0;		padding-left:1.5em;		}		#menucontent li {		list-style-type: none;		}	#menucontent li#selected {		list-style-type: disc;		font-weight: bold;		}	#menucontent li#selected li {		list-style-type: none;		font-weight: normal;		}	#menucontent A:visited {		color: blue;		}	#menucontent A:link {		color: blue;		}
