body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 100%;
	height: 100%
}	
#content {
	position:absolute; 
	z-index: 0; 
	display:block; 
	overflow: auto;  
	left: 160px; 
	top: 40px; 
	border: 2px solid white; 
	width: 500px; 
	height: 300px;
	color: black;
}


#h

a {
	color:black;
	font-weight: bold;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}	
.link_items {
	top: 6px;
	height:17px;
	width:120px;
	text-align:center;
	color:white;
	font-weight:bold;
}	

h1 {
	color:black;
	font-size: 20px;
}


