a:link {color: #A4004E;}
a:visited {color: #1F3E6B;}
a:hover {color: #FF0000;}
body {
	background-image: url(bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E0DEE0;
	background-repeat: repeat-x;
}
.footer {color: #FFFFFF;}
#footerTxt a:link {color: #FD66B6;}
#footerTxt a:visited {color: #1F3E6B;}
#footerTxt a:hover {color: #FF0000;}

.dsLeft {
	background-image: url(dsLeft.jpg);
	background-repeat: repeat-y;
}
.dsRight {
	background-image: url(dsRight.jpg);
	background-repeat: repeat-y;
}
.introTekst {
	background-color: #E2DEE2;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #323232;
	border-bottom-color: #323232;
	padding: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #A4004E;
}
h2 {
	font-size: 18px;
	color: #2D5A9F;
	font-weight: bold;
}
h3 {
	color: #A4004E;
	font-size: 12px;
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
	color: #A4004E;
}
h4 {
	color: #A4004E;
	font-size: 12px;
}

