/********************************/
/* MICRO SITE */
/********************************/
body {
  background-color:#000066;
  text-align:center;
  padding-top:70px;
  color:#fff;
  font-size:100.1%;
  font-family:Arial, Helvetica, Sans-Serif;
}

div#wrapper {
  width:750px;
  margin:auto auto;
  text-align:left;
}

h1 {
  font-size:1.2em;
}

h2 {
  font-size:0.9em;
  font-weight:bold;
}

h3 {
  font-size:0.8em;
  font-weight:bold;
}

p.bodytext {
  font-size:0.8em;
}

a, 
a:focus, 
a:active, 
a:visited, 
a:hover {
  color:#fff;
  text-decoration:underline;
}


