/* CSS Document */
body {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #4C4C4E;
  text-align: center;
}

h1 {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.05;
}

h2 {
  font-size: 2.25em;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 11px;
  text-align: left;
}

a {
  color: #006FAD;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

ul {
  list-style-type: square;
}

input {
  color: inherit;
  font: inherit;
/*  display: block; */
} 

