@charset "utf-8";
/* CSS Document */
.tekst {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	color: #CCCCCC;
}
.titel {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: strong;
	color: #CCCCCC;
}
.index {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
}
a:link {
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	color: #CCCCCC;
}

