/* TEXT FORMATTING FOR EVENTS PAGE */
/* 09.14.2005 */

/* FONT STYLING */

p {
  font-family: arial, verdana, helvetica, geneva, sans-serif;
  font-size: 12px;
  color: #000;
  }

.eventdate {
  font-family: arial, verdana, helvetica, geneva, sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #000;
  padding: 0 0 0 20px;
  }

h1 {
  font-family: georgia, times new roman, times, serif;
  font-size: 20px;
  font-weight: bold;
  }

h2 {
  font-family: georgia, times new roman, times, serif;
  font-size: 16px;
  font-style: italic;
  background: url(/images/leaf2.gif) no-repeat 0;
  padding: 0 20px 0 20px;
  margin: 10px 0 4px 0;
  }

/* LINKS */

a, a:link, a:active {
  color: #000; 
  border-bottom: 0; 
  text-decoration: none;
  }

a:visited {
  color: #000; 
  border-bottom: 0; 
  text-decoration: none;
  }

a:hover {
  color: #0000ff; 
  border-bottom: 0; 
  text-decoration: underline;
  }

.locations a, .locations a:link, .locations a:active {
  color: #fff; 
  border-bottom: 0; 
  text-decoration: none;
  font-weight: bold;
  }

.locations a:visited {
  color: #fff; 
  border-bottom: 0; 
  text-decoration: none;
  font-weight: bold;
  }

.locations a:hover {
  color: #0000ff; 
  border-bottom: 0; 
  text-decoration: underline;
  font-weight: bold;
  }
