<!-- 
body 
{
background-image:
url("billeder/baggrund.jpg")
}



.UnderTekst {
	font-family:impact,arial;
	font-size:14;
}
.DokTekst {
	font-family:impact,arial;
	font-size:20;
}
.StorTekst {
	font-family:impact,arial;
	font-size:26;
	font-weight:bold;
}
h1 {
	font-family:"Times New Roman";
	font-size:45pt;
	font-weight:bold;
}

.GoTekst {
	font-family:"Arial";
	font-size:13;
	font-weight:bold;
	text-decoration: 	none;
	/*text-decoration: 	underline;*/
	/*text-decoration: 	underline overline;*/
	color: #004848;
}
a.GoTekst:hover
{
	color: #5500cc;
	background: transparent;
	/*text-decoration: 	underline overline;*/
	text-decoration: 	underline;
	font-size:13;
}


a.under {
	/*font-family:"Times New Roman",serif; */
	font-size:14;
	/*font-weight:bold;*/
	text-decoration: 	underline;
	/*text-decoration: 	underline overline;*/
	color: #004848;
}
a.under:hover
{
	color: #cc0055;
	background: transparent;
	/*text-decoration: 	underline overline;*/
	text-decoration: 	underline;
	font-size:16;
}

a {
	/*font-family:"Times New Roman",serif; */
	font-size:18;
	/*font-weight:bold;*/
	text-decoration: 	underline;
	/*text-decoration: 	underline overline;*/
	color: #004848;
}


a:hover
{
	color: #cc0055;
	background: transparent;
	/*text-decoration: 	underline overline;*/
	text-decoration: 	underline;
	font-size:20;
}


/*
a:link, a:visited, a:active
{
	text-decoration: none;
	color: #3333bb;
	background: transparent;
}
*/

-->

