/* NEWS.CSS
 * Copyright (C) 2005 Six Ray Vision LLC.  All rights reserved.
 * version: $Id: news.css,v 1.2 2005/04/22 21:30:54 doug Exp $
 */


/* controls the title */
#news h3 {
  margin: 5px 0px;
  padding: 0px;
}

/* controls the date */
#news .news-date {
  color: #7e8998;
  font-weight: bold;
}


/* controls the link text */
#news a.body {
  text-decoration: underline;
}

#news a.body:hover {
  text-decoration: none;
}


/* controls the source text */
#news em {
  color: #000;
}


/* controls the event title */
#events h3 {
  margin: 5px 0px;
  padding: 0px;
}

/* controls the event date */
#.event-date {
  color: #333333;
}

#.news-headline {
  color: #56667D;
  font-weight: bold;
}

#.event-headline {
  color: #C45A4A;
  font-weight: bold;
  font-size: x-small;
}

#.event-description {
  color: #56667D;
  font-weight: bold;
  font-size: x-small;
}


