/* 
   Style sheet for all events 
   Do not forget to set the font color and background image in the specific event file 
*/

body {margin-left: 5%; background: black }

body, td, td, #copyright {
  font-family: Verdana, Arial, Univers, Helvetica, sans-serif 
}

#copyright {text-align: center;  }


a:link {color: blue}
a:active {color: lightskyblue}
a:visited {color: darksladeblue}
a:hover {color: deepskyblue}
