h2, h3, h4 {font-family:arial, verdana, sans-serif; color:#888;}
.ArtNav {
  display:table;           
  padding:0;
  color: white;
  margin:0;
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  border:0px solid #f00;
  }

.ArtNav li {
  display:table-cell;
  text-align: center;
  color: white;
  padding: .3em;
  }

* html .ArtNav li {
  display:inline;
  }
.ArtNav a {
  display:block;
  padding:0.2em 1em; 
  background-color: #E50913;
  color: white;
  font-style: italic;
  text-decoration:none;
  border-bottom : 3px solid #045704;
  border-right : 3px solid #045704;  
  }

* html .ArtNav a {
  display:inline-block; 
  margin: 5 -2px; 
  }

.ArtNav a:hover {
  color:white; 
  background:#045704;
  border-bottom :3px solid #B9B4B4;
  border-right : 3px solid #B9B4B4;  
  }

.ArtNavLink a:link {text-decoration:none; color:white;}
.ArtNavLink a:visited {text-decoration:none; color:white;}
.ArtNavLink a:active {text-decoration:none; color:white;}
