/* CSS Document */

body {
    margin: 0; padding: 0;
	background-image: url();
    }
.Text {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
}
.Rubrik {
	font-family: Trebuchet MS;
	font-size: 18px;
	line-height: 35px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #001fbe;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#madeby {
	width: 770px;
	margin: 0 auto;
	padding-bottom: 5px;
}
#madeby a {
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #999;
}
#madeby a:hover {
	color: #555;
}
