		
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	cursor: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 5px;
	font-variant: normal;
	line-height: 17px;
}
.smalltext {
	font-size: 11px;
	font-style: italic;
	color: #333333;
	line-height: 15px;
}
.headline {
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	font-style: normal;
	word-spacing: 0.1em;
}
a:link {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
	font-variant: normal;
	margin: 0px;
	background-color: #FFFF00;
}
a:hover {
	color: #FFFF00;
	background-color: #000000;
	text-decoration: line-through;
}

a:visited {
	color: #333333;
	text-decoration: none;
	font-style: normal;
	text-transform: capitalize;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFF00;
}
a:active {
	color: #333333;
	text-decoration: none;
	font-style: normal;
	text-transform: capitalize;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFF00;
}
.description {
	color: #333333;
}

