body {
   background: #fff;
   color: #000;
   font-style: times;
   font-weight: normal;
   font-size: 14px;
}

a {
   color: blue;
   text-decoration: underline; 
   font-style: times;
   font-weight: normal;
   font-size: 14px;
}

a:hover {
   color: blue;
   text-decoration: underline overline; 
   font-style: times;
   font-weight: normal;
   font-size: 14px;
}

.main {
	width: 90%;
	text-align: center;
}

#menu {
	background: #ededed;
	border: solid 2px #000;
	width: 120px;
	float: left;
	margin: 75px 0 0 0;
}

#menu a {
	width: 100%;
	background: #ededed;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}

#menu a:hover {
	width: 100%;
	background: #d2d2d2;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}

#menu p {
	padding: 0;
	margin: 0;
}

.menuhead {
	background: #A9C0DA;
	border-bottom: black 2px solid;
	font-weight: bold;
	padding: 2px;
	margin: 0;
}

.menuitem {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.content {
	text-align: left;
	padding: 5px;
	margin: 0 0 0 140px;
}

.headline {
	color: black;
	font-style: times;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}