/* ########## */
/* link classes */
a:link {
	color: #4e7d8a;
	font-size: 12px;
	font-family: Arial;
	text-decoration: underline;
	}
a:active {
	color: #4e7d8a;
	font-size: 12px;
	font-family: Arial;
	text-decoration: underline;
	}
a:visited {
	color: #4e7d8a;
	font-size: 12px;
	font-family: Arial;
	text-decoration: underline;
	}
a:hover {
	color: #4e7d8a;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	}
/* ### Link til menusiden ### */
a:link.comment {
	color: #4e7d8a;
	font-size: 10px;
	font-family: Arial;
	text-decoration: underline;
	}
a:active.comment {
	color: #4e7d8a;
	font-size: 10px;
	font-family: Arial;
	text-decoration: underline;
	}
a:visited.comment {
	color: #4e7d8a;
	font-size: 10px;
	font-family: Arial;
	text-decoration: underline;
	}
a:hover.comment {
	color: #4e7d8a;
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
	}
/* Adminlink */
a.adminpanel:link {
	color: #000000;
	font-size: 10px;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	}
a.adminpanel:active {
	color: #000000;
	font-size: 10px;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	}
a.adminpanel:visited {
	color: #000000;
	font-size: 10px;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	}
a.adminpanel:hover {
	color: #000000;
	font-size: 10px;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	}

/* link slutter her */
/* ########## */