/* CSS - http://www.fnv.dk - J&oslash;rgen Rasmussen 9.3.1999 */

.menu	{font-family: Arial, sans-serif; font-size:12px; }

.menutext1 { 
  font-size:14px;
  color: black;
  font-weight: bold;
	text-transform:uppercase;
}
.menulink1:visited  { 
  font-size:14px;
  color: darkblue;
  text-decoration: none;
  font-weight: bold;
	text-transform:uppercase;
}
.menulink1:link  { 
  font-size:14px;
  color: darkblue;
  text-decoration: none;
  font-weight: bold;
	text-transform:uppercase;
}
.menulink1:hover  { 
  font-size:14px;
  color: red;
  text-decoration: none;
  font-weight: bold;
	text-transform:uppercase;
}

.menutext2  { 
  color: black;
  font-weight: bold;
}
.menulink2:visited  { 
  color: darkblue;
  text-decoration: none;
  font-weight: bold;
}
.menulink2:link  { 
  color: darkblue;
  text-decoration: none;
  font-weight: bold;
}
.menulink2:hover  { 
  color: red;
  text-decoration: none;
  font-weight: bold;
}

