﻿/* Generelle links */
A {
	COLOR: #666666; text-decoration: none; font-weight: bold;
}
A:hover {
	COLOR: #666666; text-decoration: underline; font-weight: bold;
}

a.fedlinks
{
	COLOR: #666666;
	font-weight: bold;
}

/* Links i menuen */

a.menulink {
  color: #FFFFFF;
  text-decoration: none;
}

a:visited.menulink {
  color: #FFFFFF;
}

a:hover.menulink {
  color: #FFFFFF;
  text-decoration: underline;
}


