@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #030000;
	font-size: 12px;
}
body {
	background-color: #e7e0ca;
	background-image: url(../../bell/Bilder/bg.jpg);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #5F5747;
	font-style: italic;
	display: block;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #743234;
}
a:visited {
	text-decoration: none;
	color: #743234;
}
a:hover {
	text-decoration: underline;
	color: #743234;
}
a:active {
	text-decoration: none;
	color: #743234;
}
.gray {
	color: #CCC;
}
.white {
	color: #FFF;
}
.content_text {
	text-align: justify;
}
.content_big {
	font-size: 16px;
	color: #000;
}
