.center {
  text-align: center;
}

.clear {
  clear: both;
}

div.row {
  margin: 0% 0% 2% 0%;
}

div.col {
  float: left;
  margin: 0% 0% 2% 0%;
  width: 50%;
}

div.nav {
  padding-bottom: 5px;
}

div.navTitle {
  color: #006;
  font-weight: bold;
  padding: 15px 0px 5px 0px;
  text-decoration: underline;
}

div.nav a{
  color: #003;
  text-decoration: none;
}

div.nav a:hover {
  color: #003;
  text-decoration: underline;
}