/* CSS Document */

body {
	margin: 0; padding: 0;
	background-color: #FFFFFF;
}
.Text {
	font-family: Arial;
	font-size: 11px;
	line-height: 22px;
}
.Specialtext {
	font-family: Arial;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	color: #78704f;
}
.Rubrik {
	font-family: Arial;
	font-size: 17px;
	line-height: 40px;
	font-weight: bold;
	color: #78704f;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#madeby {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#madeby a {
	font-family: Arial;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	color: #78704f;
}
#madeby a:hover {
	color: #000;
	text-decoration: none;
}
