body {
  background-color: #fff;
  color: #333; }

h1, h2, h3, h4, ul {
  margin-top: 8px;
  margin-bottom: 5px; }

a:link, a:visited, a:active, a:hover {
  color: #000;
  text-decoration: underline; }
  a:link img, a:visited img, a:active img, a:hover img {
    border: none; }

.navigation {
  float: right;
  font-size: 85%; }

.sitename {
  font-size: 180%;
  font-weight: bold;
  padding-right: 10px; }
  .sitename a {
    color: #000; }
    .sitename a:hover, .sitename a:visited {
      color: #000; }

.festivalname {
  font-size: 110%;
  font-weight: bold; }

.festivaldates {
  font-size: 85%; }

.badbrowser {
  background-color: pink;
  padding: 4px; }

div.news_section {
  padding-top: 8px; }

#existing_login {
  font-size: 90%; }

.festival_section li {
  margin: 4px; }
  .festival_section li .details {
    font-size: 90%;
    color: #555; }

.ad_section {
  float: right;
  border: 1px solid #cccccc;
  margin-left: 8px; }
  .ad_section iframe {
    margin: 4px; }
  .ad_section #more_ads {
    text-align: right;
    padding-right: 4px;
    padding-bottom: 2px;
    font-size: 85%; }

.announcements {
  list-style-type: none; }

.announcement .subject {
  font-weight: bold;
  font-size: 110%; }
.announcement .date {
  font-size: 85%; }

.ad_section {
  width: 128px;
  font-size: 85%;
  text-align: center; }
  .ad_section ul {
    padding-left: 0px; }
  .ad_section li {
    list-style-type: none;
    padding-left: 3px;
    padding-right: 3px; }

#copyright {
  font-size: 85%;
  clear: both;
  color: #888888;
  text-align: center; }
