A {
	font-weight: normal;
	color: #495C32;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

body, td {
	font-family: georgia;
	font-size: 12px;
	color: #5A6042;

	scrollbar-base-color: #BEC79C;
	scrollbar-track-color: #BEC79C;
}

img {
	border: 0;
}

.ram {
	color: #5A6042;
	padding: 6px;
	border: 3px double #5A6042;
}


#meny a {
	font-weight: normal;
	color: #495C32;
    text-decoration: none;
}

#meny a:hover {
	font-weight: normal;
	color: #000000;
    text-decoration: underline;
}

.head {
	text-align: center;
	font-size: 16px;
	font-family: georgia;
	color: #495C32;
	padding: 6px;
	border: 5px double #818765;
	background-color: #BEC79C;
}

#dropmenudiv{
  position: absolute;
  border: 3px double #5A6042;
  font: normal 14px georgia;
  line-height: 18px;
  z-index: 100;
}

#dropmenudiv a{
  width: 100%;
  display: block;
  text-indent: 2px;
}

#dropmenudiv a:hover{
  /*hover background color*/
  background-color: #BEC79C;
}
