a{
  text-decoration: underline
}
a:hover {
  text-decoration: underline
}

div.navi a{
  text-decoration: underline;
  font-style:normal;
  color:white;
}
div.navi a:hover {
  text-decoration: underline;
  font-style:normal;
  color:white;
  color:yellow
}

div.navi{
  text-decoration: none;
  text-align:left;
  font-weight:bold;
  font-style:italic;
  white-space:nowrap;
  color:white;
  background-color:green;
  border-style:solid;
  border-width:5px;
  border-color:red;
  padding:3px;
  margin:3px
}


