body {
  background:#E8E8E8;
  color:black;
  font-family:verdana,arial,helvetic;
}
form { 
  margin-bottom:0; 
}
select {
  color:black;
  font-family:verdana,arial,helvetica;
}
input {
  color:navy;
  font-family:verdana,arial,helvetica;
}
A:hover {
  font-weight: bold;
}
A:link { 
  color: #993300;
  text-decoration: none; 
}
A:visited { 
  color: #993300;
  text-decoration: none; 
}
A:active { 
  font-weight: bold;
  text-decoration: none; 
}
.overskrift {
  font-family:verdana,arial,helvetica;
  font-weight: bold;
  text-align: center;
  color: black;
}
.top_select {
	text-align: center;
  text-decoration: underline; 
}
.top_other {
	text-align: center;
  text-decoration: none; 
}
.left_select {
	text-align: left;
  text-decoration: underline; 
}
.left_other {
	text-align: left;
  text-decoration: none; 
}
.spaceit {
	background:#E8E8E8
}
.mycontent {
	background:#FFCC99
}
.date_select {
 cursor:pointer;
 font-size:10pt;
 text-align:left;
 
}