<!--
body {
 color: navy; font-family: verdana;
 }
 
 body { background-image:url(http://home.tiscali.de/hahndel/marmorbg.jpg); background-repeat:repeat; }
 
 a.navigation:link {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  border-style:outset;
  border-color:red;
  border-width:5px;
  background-color: navy;
  width:125px; 
  color:white;
  display:inline;
  margin:-5;
  }
 
  a.navigation:visited 
  {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  border-style:outset;
  border-color:red;
  border-width:5px;
  background-color: navy;
  width:125px; 
  color:white;
  display:inline;
  margin:-5;
  }
 
  a.navigation:active 
  {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  border-style:inset;
  border-color:red;
  border-width:5px;
  background-color:white;
  width:125px;
  color:navy;
  display:inline;
  margin:-5;
  }
 
  a.navigation:hover 
  {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  border-style:inset;
  border-color:red;
  border-width:5px;
  background-color: white;
  width:125px; 
  color:navy;
  display:inline;
  margin:-5;
 }
 -->