/*******************************************************************************
 *
 *  File Name.... calendars.css
 *
 *  Written By... Alex Porven
 *  Created...... September 19, 2008
 *
 ******************************************************************************/

.PageTitle {
  color      : #0000FF;
  font       : italic normal bold 2.0em sans-serif;
  text-align : center;
}

ul.Calendars {
  font : normal normal bold 1.5em serif;
}

ul.Calendars li {
  padding-top : 10px;
}

ul.Calendars li a {
  color           : #0000FF;
  text-decoration : none;
}

ul.Calendars li a:visited {
  color          : #000080;
  text-decoration: none;
}
