* {
	font-family: sans-serif;
	font-size: 12px;
}

body {
	background-color: #fff;
	color: #000000;
}

.imprint {
	width: 512;
	margin: 20 20 20 20;
}
.imprint a:link, 
.imprint a:visited {
	white-space: nowrap;
}

h1 {
	color: #990000;
	font-weight: bold;
	font-size: 21px;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
	margin-top: 8px;
	padding-top: 0px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 8px;
}

h2 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 6px;
}

h3 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 2px;
}

address {
	font-style: normal;
}

.tos ul {
	list-style: none;	
}

.tos li {
	padding-bottom: 10px; 
	line-height: 1.5;
}

.tos .centered {
	text-align: center;
}

.tos ol {
	list-style: decimal;	
}

.tos ol ol {
	padding-top: 10px; 
	list-style: lower-alpha;
}

.tos .withdrawal {
	font-weight: bold;
}

sup {
	font-size: 14px;
	padding-left: 2px;
}

.underline {
	text-decoration: underline;  
}