body {
	background-image: url(bilder/back.gif);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00004D;

}
a:link {
	color: #00004D;
	text-decoration: underline;
}
a:visited {
	color: #00004D;
}
a:hover {
	color: #00004D;
}
a:active {
	color: #00004D;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 190px;

}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 190px;

}
