body
{
	background-image: url(dock.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
}
table.calendar
{
	border-collapse: collapse;
	width:100%;
	height:70%;
}
td
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align:center;
	font-size: 150%;
	width: 14%;
	vertical-align: top;
}
div.date
{
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
	width: 25%;
	height: 25%;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
a
{
	text-decoration: underline;
	color: #0000FF;
}
select
{
	width: 200px;
}
a:link {
	color: #009FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style4 {font-size: 12pt}

a:hover {
	text-decoration: underline;
}
