body,p,h1,h2,h3,h4,.h1,.h2,.h3,.h4,td,a {
  font-family: Verdana, Arial, Helvetica, MS Sans-serif;
  font-size: 13px;
  line-height: 125%;
}

a {
  font-size: inherit;
  color:#AAAA00;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a:hover {
  color:#993300; 
}

div#event1 {
  width:250px;
  text-align:center;
  background-color:#AAAA00;
  border:7px double black;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:15px;
  color:lightyellow;
  font-weight:bold;
}

div#event2 {
  width:400px;
  text-align:left;
  background-color:white;
  border:7px double black;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  margin-top:15px;
  font-weight:normal;
}  

div.board {
  float:left;
  width:500;
}

p.boardname {
  font-size:14px;
  font-weight: bold;
}

h2.event {
  color:D7D700;
  font-size:27px;
}

h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
  color:#808000; 
}
h1,.h1 {
  font-weight:normal;
  font-size:32px;
}
h2,.h2 {
  font-weight:bold;
  font-size:21px;
  font-family: Helvetica, Arial;
}
h3,.h3 {
  font-weight:normal;
  font-size:14px;
  text-transform:uppercase;
}
h4,.h4 {
  color:black;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
}

a.nav {
  text-decoration: none;
}
td.nav,td.navactive {
  color: #FFFFCC;
  font-size: 9px;
  font-weight: normal;
  text-transform:uppercase;
}
td a.nav {
  background: #808000;
  display: block; 
  width: 250px;
  padding:4;
}
td a:hover.nav {
  background: #CCCC00;
}
td a.navactive { 
  background: #CCCC00;
  display: block; 
  width: 250px;
  padding:4;
  text-decoration: none;
}

