
body {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #294DCE; }
a:hover           { color: #1F3DA0; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

h1.title1 {
  font: 50px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
  text-shadow:0.15em 0.15em 0.25em #888888;
}

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

.title2 { color: #FF8EAD; margin: 0 auto; font-weight: bold;}

.quote1 { color: #BD0042; }

.schedule .date { font-family: Tahoma; }

/* EOF */

div.image, span.image {
  margin: 0 0 15px 0;
  padding: 0;

  color: #888;
  font-size: 80%;
}

img.pic {
  padding: 0;
  margin: 0;
}

div.pic_left {
    margin-left: 10px;
}

