.fixedmenubox {
	position: fixed;
	width: 220px;
}
.contentbox {
	position: absolute;
	width: 800px;
	left: 250px;
}
.body {
	background-color: #000000;
	text-decoration: none;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-decoration: underline;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
.menutitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	width: 800px;
}
.leftsmallbox {
	width: 10px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: line-through;
}
