body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: khaki;
}

#menu {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
	overflow: visible;
	background-color: khaki;
}

#content {
	position: absolute;
	top: 10px;
	left: 210px;
	padding: 10px;
	overflow: visible;
	background-color: khaki;
	border: 0px 
	width: 80%
}

p {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}

ul {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}

li {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}

a:link {
	color:blue;}
	
a:visited {
	color:blue;}

a:active {
	color:blue;}
	
a:hover {
	color:#ff0000;}