@import url(/css/generic.css);
/*
 * Site Specific Styles
 */

body {
  margin: auto auto auto auto;
  width: 400px;
  height: 300px;
  font-family: arial, helvetica, sans-serif;
  font-size: 75%;
  background: #003366;
  text-align: center;
  color: #fff;
}
a {
  color: #136;
}
hr {
  border-top: 1px solid #3b9ac2;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  height: 0;
}

.hugewhite {
  font-size:15px;
  color:#ffffff;
  font-weight:bold;
}
.hugered {
  font-size: 16px;
  color: red;
  font-weight: bold;
}
.smallwhite {
  font-family:arial,helvetica; font-size:11px; color:#ffffff;
}

