h1 {
  font-family: 'Verdana';
  font-size: small;      
}

h2 {
  font-family: 'Verdana';
  font-size: small;
  font-style: bold;
}
    
div {
  font-family: 'Verdana';
  font-size: small;
  color: #001945;
}
       
img {
  display: block;
  padding-bottom: none;
}

a {
  target: _self;
}

a:link {
  color: #001945;
}

a:visited {
  color: #001945;
}

a:active {
  color: #001945;
}
    
a:hover {
  text-decoration: none;
}

a img {
  border: 0;
  float: left;
}

#NavBar {
  min-height: 600px
}