body {
	font-size: 12px;
	margin: 8px 20px 0 20px;
	line-height: 22px;
	position: relative;
	float: left;
	font-family: Helvetica;
}
img {
	border: 0;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #000000;
	border-bottom: #000;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	padding-top: 4px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom: #000;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	padding-top: 4px;
}

a:link {
	color: #000000; 
	text-decoration: none
}
a:active {
	color: #000000; 
	text-decoration: none
}
a:hover { 
	color: #000;
	text-decoration: none; 
	border-bottom: 2px solid #33ff33; 
	padding-top: 4px; 
	border-top-style: none; 
	border-top-width: 0; 
	border-right-style: none; 
	border-right-width: 0; 
	border-left-style: none; 
	border-left-width: 0;	
}
h1 	{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.headline {
	font-size: 18px;
	line-height: 12px;
	font-weight: bold;
	color: #000;
}