
div[id=head] {
  color: white;
  background-color: #13558E;
  margin: 0px;
  border: 0px;
}

h1 {
  color: white;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.0;
  margin: 0;
  border: 0;
}

body {
  color: graydark;
  font-family: 'verdana', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  /font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.0;
  margin: 0;
  border: 0;
}

h2 {
  color: #13558E;
  font-family: 'Helvetica', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.0;
  margin: 10px;
}


table {
  font-family:helvetica;
  font-size:16px;
  border-collapse:collapse;
  border-spacing:0px;
  padding:0px;
  margin:0px;
  border:0px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #023562;
}

li {
  float: left;
  border-right:1px solid #bbb;
}

li:last-child {
  border-right: none;
}

li a {
  display: block;
  color: white;
  font-family:helvetica;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 9px 9px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #4CAF50;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
pre {
  color: #606c76;
  font-family: 'calibri';
  font-size: 19px;
  padding: 0px;
  margin: 20px;
  border: 0px;
}

i {
  font-size:46px;
  color: #023562;
}