a.calendar { 
  font-family : helvetica, geneva, arial, sunsans-regular, sans-serif;
  font-weight : bold;
  font-size : 100%;
}

a.calendar:link {
  color : white; 
  text-decoration : none; 
}

a.calendar:visited { 
  color : white; 
  text-decoration : none; 
}

a.calendar:hover { 
  color : red; 
  text-decoration : none; 
}

a.calendar:active { 
  color : yellow; 
  text-decoration : none; 
}
