body {background-color: black;
      background-image: url("ocircusmain.jpg");
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: top left;
      color: #FEE5AC;
      overflow: hidden;
      text-align: center;
      font-size: larger;}

#title {text-align: right;}

em {font-weight: normal;
    font-style: italic; }

p { text-align: left;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 2px}

strong {font-weight: bold;
    font-style: normal;
    font-variant: small-caps; }

a:link, a:visited, a:hover
       {border: 0px;
        text-decoration: none; }

ul {list-style: none;
    float: left;
    margin: 2% 3%;}

img {border: 0px;
     text-decoration: none; }
