BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(multipaws.gif);
	}

A {
	color: Blue;
}

table.calendar {border: 0}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {width: 19px; height: 10px; font-size: 9pt;}
table.calendar .month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .month a{text-decoration: none}
table.calendar th.dayofweek {color: green; text-align: center;}
table.calendar td.linked-day {font-size: 11pt}

#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #2E8B57;
	color: #333;
	}

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		list-style-type: none;
		}
		
	#button li {
		border-bottom: 1px solid #47ca7d;
		margin: 0;
		}

		#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #267147;
		border-right: 10px solid #369e63;
		background-color: #2E8B57;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #238d24;
		border-right: 10px solid #83ed83;
		background-color: #32CD32;
		color: #fff;
		}

	
