@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,latin-ext);

body {
  color: #3b3b3b;
  font-family: Ubuntu, sans-serif !important;
}

a:link,a:visited,a:active,a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #00427f;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
  height: 0;
}

h1 {
  font-size: 1.6em;
  font-weight: normal;
  color: #000;
  margin: 0;
}

strong {
  font-weight: bold !important;
}

.errormsg {
  color: #dc0000;
  font-weight: bold;
}

