#menu h4 {
	text-decoration:none;
}

#logo h4{
	text-decoration:none;
	font-size:x-large;
}

#logo h3{
	text-decoration:none;
	font-size:large;
}

#top {
  background-repeat: no-repeat;
  height:70px;
  position: absolute; left: 265px; right: 10px; top: 10px;
	background-color: #040605; 
  color: #d7d7d5;
	position: absolute;
	border-width: 0pt;
  padding:5pt;
  padding-left: 20pt;
}

#content {
	background-color: white; 
	margin-left: 280px;
	margin-top: 110px;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	min-height: 480pt;
	padding: 5pt;
}

#content h2 {
	text-align: left;
}

#content .code {
	border-style:dashed; 
	border-width:1px; 
	background-color:#dddddd; 
	padding:5px; 
	margin:5px; 
	font-family:monospace;
}

#menu {
	background-image: url(/src/munacl.jpg);
	background-repeat: no-repeat;
	width:250px;
  position: absolute; left: 10px; top: 10px;
	left: 1%;
	text-align:left;
	color:black;
	background-color: #999d9d;
	padding: 0pt;
}

#menu a:hover {
  color: #32d4b0;
}

body {
	font: 90% Arial, sans-serif;
	background-color: #999d9d;
}

#menu a{
	color: white;
	text-decoration:none;
}

#menu li{
	color: white;
	text-decoration:none;
}
