  a:link {color: darkblue;}
  a:visited {color: olive;}
  a:hover {color: darkred;}

body {
  background-color: #FFFFFF;
  font-family: Trebuchet MS;
  color: black;
  font-size: 14px;
}

#eventHdg {
   color: #456789;
   font-weight: bold;
}

#eventLoc {
   font-weight: normal;
   font-style: italic;
}

#eventDay {
   font-weight: normal;
   font-style: italic;
   color: #939598;
}

#eventTentative {
   font-weight: normal;
   font-size: 10px;
   font-style: italic;
   color: #b1b0a7;
}

#eventProject {
   font-weight: bold;
   color: #b02c1b;
}

#eventProjectLoc {
   font-weight: normal;
   color: #b02c1b;
}

#eventProjectBody {
   font-weight: normal;
   color: #939598;
}

#eventPartner {
   font-weight: normal;
   font-size: 10px;
   font-style: italic;
   color: #b02c1b;
}

#imgHere {
   position:relative;
   top: 19px;
   line-height: 48px;
   color: #339933;
   border: 4px dotted #339933;
   font-style: italic;
   font-size: 48px;
}

#hdg2 {
   position:relative;
   top: 19px;
   line-height: 17px;
   font-size: 23px;
}

#hdg {
   position:relative;
   top: -4px;
   line-height: 17px;
   font-size: 23px;
}

#hdgRed {
   position:relative;
   top: -4px;
   line-height: 17px;
   color: #cc3300;
   font-size: 23px;
}

#hdgAKA {
   position:relative;
   color: #c3c3c3;
   font-size: 17px;
}

#introhdg {
   position:relative;
   top: -3px;
   font-size: 16px;
}

#subhdg {
   position:relative;
   top: -3px;
   color: #808080;
   font-style: italic;
   font-size: 16px;
}

#subhdgRed {
   position:relative;
   top: -7px;
   line-height: 0px;
   color: #cc3300;
   font-style: italic;
   font-size: 16px;
}

#caption {
   position:relative;
   top: 3px;
   color: #808080;
   font-style: italic;
   font-size: 10px;
}

