/*Style for body on all pages*/
.femoejazz
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #808080;
 /*background-image: url("billeder/background.jpg");*/
	height: auto;
	width: auto;
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin 10px
}

/*generel atyles for the hole page*/

H1, H2, H3, H4, H5
{
	font-family:
	color: #000000;
	text-decoration: none
}

td
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000
}

/*Styles for all links*/
A:link
{
	color: #000000;
	text-decoration: none;
}
A:visited
{
	color: #000000;
	text-decoration: none;
}
A:hover
{
	color: #000000;
	/*background-color: #ffffff;*/
	text-decoration: underline
}

.menu
{
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
  background-color: #808080;
  border-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
A.menuLink:link
{
  color= #000000;
  text-decoration: underline
}
A.menuLink:visited
{
  color= #000000;
  text-decoration: underline
}
A.menuLink:hover
{
  color= #000000;
  background-color: #FCDA1C;
  text-decoration: underline

}

