@charset "UTF-8";

.Koptekst {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-transform: none;
	font-variant: small-caps;
	font-style: normal;
	line-height: 30px;
	padding: 10px;
	color: #000;
	text-align: left;
}
.Content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #000;
	text-align: left;
	margin: 15px;
	background-color: #FFF;
	padding: 15px;
	a:link;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
body {
	background-image: url();
	background-color: #540047;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #750059;
}

.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;
}

