body{
	font-family:trebuchet MS;
	font-size: 12px;
	color:#656565;
	background-color: #ACDE40;
	margin:0px 0xp 0px 0xp;


}
div#navigation{
	position:absolute;
}
div#navigation a{
	text-decoration:none;
	font-size:12px;
	color: #acde40;
	background-color:#55770c;
	width:71px;
	height:30px;
	line-height:30px;
	float:left;
	margin-right:2px;
	text-align: center;
}
div#navigation a:hover{
	background-color:#ffcc00;
	color:#56780c;
}
div#navigation a.selected{
	background-color:#e93419;
	color:#acde40;
}
