html
{
	margin: 0;
	padding: 0;
}

a img { border: 0; }
a { text-decoration: underline; }

body
{
   margin: 0;
   padding: 0;
}

/* page layout */

.text {
	font-family: georgia;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	font-weight: normal;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: 993333;
	text-decoration: none;
	font-weight: bold;
}
.text10 {
	font-family: georgia;
	font-size: 10px;
	color: #333333;
}
.text11 {
	font-family: georgia;
	font-size: 11px;
	color: #333333;
}
.formular {
	font-family: georgia, verdana, arial;
	font-size: 12px;
	color: #993333;
	border: 1px solid #333333;
	margin-top: 5px;
	margin-bottom: 7px;
	text-decoration: none;
}
a:link {
	font-family: georgia;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: georgia;
	color: #666666;
}
a:hover {
	font-family: georgia;
	color: #993333;
	text-decoration: underline;
	background-color: #E6E6E6;
}
a:active {
	font-family: georgia;
}
hr {
	background-color: #333333;
	text-decoration: none;
	border-top: 1px dashed #333333;
	border-right: 0px none #333333;
	border-bottom: 0px none #333333;
	border-left: 0px none #333333;
}
