
span
{
  font-size: 10pt;
/*  font-family: arial; */
/*  color: #002366; */
/*  color: #143969; */
}

span.pagetitle
{
  font-size: 2em;
  font-weight: bold;
/*  color: #143969; */
}
span.huge { font-size: 3.5em; }
span.white { color: white; }
span.lightblue { color: #c3daf7; }

html, body
{
  height: 100%;
  margin:0;
  padding:0;
  font-family: arial;
  background-color: #c3daf7;
}

#container {
   min-height: 100%;
   background: red;
   height:100%;
}

* html #container {
   height:100%
}

a { color: black; text-decoration: none; }
a:hover { text-decoration: underline; }

.menu a { color: white; text-decoration: none; }
.menu a:hover { text-decoration: underline; }
