body{
  background-image: url(../images/green.jpg); 
}

h1 {
  text-align: center;	
}


div.main {
  margin-left: 12em;
  margin-right: 10em;
  font-family: Arial, sans-serif;
}

div.mail {
  margin: 0;
  position: absolute;
  top: 1em;
  left: 1em;
  width: 4em;
  right: auto;
}

div.menu {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  top: 8em;
  left: 1em;
  width: 12em;
  right: auto;
}

div.leftlinks {
  margin: 0;
  position: absolute;
  bottom: 1em;
  left: 1em;
  width: 8.5em;
  right: auto;
}

div.rightlinks {
  position: absolute;
  top: 2.5em;
  right: 0.5em;
}

div.lastedit {
  font-size: 75%;
  text-align: right;
  margin-right: 10em;
}

/* position:absolute above together with next line */
/* are necessary as work-around for a bug in IE */
body>div.mail {position: fixed}
body>div.links {position: fixed}
body>div.menu {position: fixed}

div.menu p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
/*  background: green;
  border: thin outset green;
  color: white;*/
}

div.menu a { display: block; margin: 0 0.5em }
/*div.menu a { border-bottom: 2px groove #00FF00 }*/

div.menu a:link { text-decoration: none; color: blue }
div.menu a:visited { text-decoration: none; color: blue }
div.menu a:hover { background: blue; color: white }

