* {
margin: 0;
padding: 0;
}

body {
	margin: 0px;
	padding: 10px;
	text-align: left;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #E8E8E8;
	background-repeat: repeat-x;
	background-attachment: fixed;
	width: 175px;
}


a:link {
	color: #B70000;
	text-decoration: none;
}
a:visited {
	color: #B70000;
	text-decoration: none;
}
a:hover {
	color: #8B0000;
	text-decoration: none;
}
a:active {
	color: #680000;
	text-decoration: none;
}
.headline {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #680000;
}
.headline2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #680000;
}
.text {
	font-size: 10px;
	line-height: 14px;
}

