
body {
      background: url(images/citybg.jpg) center center no-repeat;
      background-attachment: fixed;
      background-color: #000000;
      color: #ffe26d;
      font-family:  arial, helvetica, sans-serif;
      font-size: 1em;
      line-height: 0.2em;
      text-align: right;
      margin-right: 200px;
     }

a:link {color: #c29a3b; text-decoration: underline; }
a:active {color: #c29a3b; text-decoration: underline; }
a:visited {color: #cccccc; text-decoration: underline; }
a:hover {color: #e2b86e; text-decoration: underline; }

img {
     border-width: 0;
    }

h1 {
    font-weight: bold;
    font-size: 2em;
    padding-top: 1.5em;
    padding-bottom: 1em;
   }

h2 {
    font-size: 1.2em;
    padding-bottom: 1em;
   }

h3 {
    background: url(images/separator500x1.gif) top right no-repeat;
    font-size: 1em;
    padding-top: 2em;
   }

h4 {
    background: url(images/separator500x1.gif) top right no-repeat;
    font-size: 1.5em;
    padding-top: 1em;
    line-height: 1em;
   }

