@charset "utf-8";

/* CSS Document */

body {
  font-family: Helvetica;
}

.center {
  border: 0px solid;
  text-align: center;
  padding: 50px 0;
}

.clearer {
    clear:both;
}

.bold {
    font-weight: bold;
}

a.plain {
  text-decoration: none;
  color: #00a1c5;
}

a.nav:link, a.nav:visited {
  background-color: #00a1c5;
  color: white;
  padding: 14px 25px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.nav:hover, a.nav:active {
  background-color: #7ec474;
}

a.nav2:link, a.nav2:visited {
  background-color: #7ec474;
  color: white;
  padding: 14px 25px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.nav2:hover, a.nav2:active {
  background-color: #00a1c5;
}
