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

body {
  background: #8d0000 url(/images/body-bg-strip.gif) repeat-x;
  margin: 0 auto 0 auto;
  width: 480px;
  font-family: arial, helvetica;
  font-size: 75%;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
}
a {
  color: #fff;
}
p {
  margin: 0 0 1em 0;
}
h1 {
  margin: 0.5em 0.5em 1em 0.5em;
  font-size: 1.3em;
}

