body {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
div.sidemenu{
	position:absolute;
	left:0;
	top:0;
	height:150%;
	background-color:#000000;
	width:125px;
	color: #FFFFFF;
}
div.content{
position:absolute;
left:177px;
top:49px;
width:50%;
}
a:link {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
}
a:visited {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
}
a:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
