li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 90%;
	font-family: verdana;
	border: 0px solid black;
	background-color:#fffded;
	color:#000000;
}

.basic p {
	font-family: verdana;
	font-size: 11px;
	text-align:justify
	color:#000000;
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #247343;
	background-color: #ecd5b8;*
	border-top: 1px solid #bfbfbf;
	border-bottom: 0px solid #bfbfbf;
}
.basic a:hover {
	background-color: #FFFFFF;
	color: #CC0000;
}
.basic a.selected {
	color: #ecd5b8;
	background-color: #721702;
}


