* { margin: 0; padding: 0; }
html, body, #main { height: 100% }

/*.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: 550px;
	font-family:arial, verdana;
	line-height: 160%;
	margin-bottom: 30px;
}
.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
}
.basic a {
	cursor: pointer;
	display: block;
	margin-top: 0;
	text-decoration: underline;
	color: rgb(192,109,2);
}
.basic a img {
	text-decoration: none;
}
.basic a:hover {
}
.basic a.selected {
	font-weight: bold;
	text-decoration: none;
	cursor: pointer; /*text*/

}

