/* CSS Document */

body {
	background-color: #758393;
}
.normaltext {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.vanligtext {
font-family: Verdana;
font-size: 11px;
color: #333333;
text-decoration: none;
}

.rubrik {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.style1 {font-family: "Lucida Calligraphy"}

a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #758393;
	text-decoration: none;
}
a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}