body {
	background-color:#ffffe1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 0px;
	margin-top: 0px;
	padding-right: 15px;
}

A:link {text-decoration: underline;
	color:#000000;}
A:visited {text-decoration: underline;
	color:#000000;}
A:active {text-decoration: underline}
A:hover {text-decoration: underline; color: red;}

.calendarToday {
  background: #123456;
  font-weight: bold;
}

div#master{
	width: 1000px;
	margin: 10px auto;
	background: #4682B4;
}
