
li { list-style-type: none; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {

	font-family: verdana;

}

.basic p {
	border: none;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width:540px;
}
.basic a {
	color: #534837;
	cursor:pointer;
	display:block;
	padding:10px;
	margin-top:0;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;	
	background: url(pfback.jpg) no-repeat  ;
}
.basic a:hover {
	color: #534837;
	background: url(pfback.jpg) no-repeat;
}
.basic a.selected {
	color: #534837;
	background: url(pfbackhov.jpg) no-repeat;
}

