a {
	color: #9999cc;
}

b.e {
	color: #660000;
	font-size: 12px;
}

em {
	color: #ccc;
	font-style: normal;
	font-size: 11px;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333366;
}

input {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

table {
	border: solid #9999cc 2px;
	background: #336633;
}

/* the month and year header */
caption {
	font-size: 16px;
	color: #cccccc;
}

/* top row cells which hold day names */
th {
	border: solid #9999cc 1px;
	color: #9999ff;
}

/* day cells */
td {
	border: solid #7777fe 1px;
	height: 60px;
	width: 130px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	color: #333366;
}

/* day cells with events */
td.event {
	color: #9999cc;
	font-family: verdana;
	font-size: 10px;
	cursor: pointer;
}

pre {
	color: #9999cc;
	font-size: 12px;
	font-family: Courier New;
}
