a,p,h1,h2,h3,h4,h5,h6
{
	color: #000;
}
a, a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:active, a:hover, a:link:active, a:link:hover, a:visited:hover {
	color: #000;
	text-decoration: none;
}

td.baggrund {
	background: #ebebeb;
	padding: 10px;
}

.menu a, 
.menu a:link, 
.menu a:visited, 
.menu a:active, 
.menu a:hover, 
.menu a:link:active, 
.menu a:link:hover,
.menu a:visited:hover{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman";
}
.menu a:hover, 
.menu a:link:active, 
.menu a:link:hover,
.menu a:visited:hover{
	text-decoration: underline;
}

.link {
	color: #000;
	cursor: pointer;
	list-style: none;
	}

a img {
	border: none;
	}
h1,h2,h3,h4,h5,h6
{
	margin: 10px 0 0 0;
	padding: 0;
}
p
{
	margin: 4px 0 10px 0;
	padding: 0;
}
h1, .h1 { font-size: 18px; font-weight: bold; text-decoration:none; }
h2, .h2 { font-size: 14px; font-weight: bold; text-decoration:none; }
h3, .h3 { font-size: 12px; font-weight: bold; color: #000; text-decoration:none; font-style: italic;}
h4, .h4 { font-size: 11px; font-weight: bold; text-decoration:none; }
