body {
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size: 0.75em;
background-color: #154510;
}
	
table {
	border: solid #000000 2px;
	background-color:#154510;
}

a:link {
font-family:arial, Sans-serif;
color:gold;
text-decoration: none;
}

a:visited {
font-family:arial, Sans-serif;
color:gold;
text-decoration: none;
}

a:hover, {
color:#2fb81d;
text-decoration: capitalise;
}

/* the month and year header */
caption {
	font-size: 14pt;
	color:#009900;
}

h1 {
	color:#009900;
	font-family:Tahoma, Geneva, Arial, Sans-serif;
	font-size: 14pt;
	}

/* top row cells which hold day names */
th {
	border: solid #000000 1px;
}

/* day cells */
td {
	border: solid #000000 1px;
	height: 75px;
	width: 75px;
	text-align: left;
	vertical-align: top;
}

/* day cells with events */
td.event {
	color: #ff0000;
}