BODY { background-image: url(images/background.gif);
			 font-family: Helvetica, Arial, sans-serif ; 
			  font - size: 12pt; color: black }

h1 { color:black	}
		  
BLOCKQUOTE {font-size: 10pt;
			 font-weight: bold}

A:link {color: #FF5200;
			 text-decoration: none; }
A:visited {color: #CC3300;
			 text-decoration: none; }
A:active {color: #FF0000;
			 text-decoration: none; }
A:hover {color: #FF0000;
			 text-decoration: none; }

table.calendar, table.calendar caption, table.calendar td.in_month {
 	border: 1px solid black;
  background-color: #ffcf31;
  text-align: center;
}

table.calendar td.in_month {
  width: 30px;
}

table.calendar td.selected {
  background-color: #ffe68f;
}

table.calendar a {
 	display: block;
 	font-weight: bold;
 	text-decoration: none;
 	color: #0000ff;

  text-align: center;
}

table.calendar caption a {
 	display: inline;
  font-size: .8em;
}

