
BODY {
  background: white url("/images/csse/background.gif");
  background-repeat: repeat-y;
  background-attachment: fixed;
  color: black;
  font-family: sans-serif;
/*  margin: 0ex; */
/*  padding: 2ex;  */
}

/* A         { text-decoration: none } */

A:link { 
  color: #F00;  
}

A:active { 
  color: #F30;  
}

A:visited { 
  color: #800;  
}

A:hover {
  background: #EEF;
}

TABLE.mainmenu TH {
  background-color: #EEF; 
  border: solid black thin;
}

TABLE.mainmenu EM {
  font-weight: bold;
  font-style: normal;
}

TH {
  background-color: #FFC; 
}

TABLE.footer {
  width: 100%;
  border: none;
  font-size: x-small;
}

TABLE.mainmenu {
  margin-left: 12%;
  margin-right: 12%;
  text-align: center;
  float: none;
  align: center;
}

.navbar {
  width: 100%;
  border: none;
  text-align: center;
  background: #EEF;
  border: solid black thin;
  font-size: small;
}

H1 {
  font-size: x-large;
  width: 100%;
  text-align: center;
  background: #EEF;
  border: solid black thin;
}

H2 {
  font-size: large;
/*  font-weight: bold; */
}

DT {
  font-style: italic;
  font-weight: bold;
}

.freeEntry {
  text-align: center;
  font-style: italic;
}

.seasonover {
  color: green;
  font-size: large;
  text-align: center;
}

.prizenotice {
  text-align: center;
  font-style: italic;
}


