body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
      background-color: #FFFFEE;
}

.date {
	font-size: 8pt;
}

.header {
	font-size: 10pt;
	font-weight: bold;
}

.yearheaders {
	position: absolute;
	left: 550px;
	top: 5px;
}

.calendar {
	position: absolute;
	left: 500px;
	top: 35px;
	background-color: #EEFFFF;
}

.photoframe {
	position: absolute;
	left: 50px;
	top: 100px;
	background-color: #FFFFFF;
}

.title {
	position: absolute;
	left: 50px;
	top: 30px;
}

.titletext {
	font-family: "Courier New", Courier;
	font-size: 18pt;
	text-decoration: underline;
	margin-top: 0;
	margin-left: 0;
}

.titlebody {
	font-size: 8pt;
	margin-left: 250px;
}

.showyear {
	font-size: 8pt;
	margin-left: 10px;
}

.whatsthis {
	position: absolute;
	left: 50px;
	top: 100px;
	background-color: #FFFFFF;
}

.whatstext {
	font-size: 8pt;
	margin-left: 30px;
	margin-right: 30px;
}

.prevlink {
	position: absolute;
	left: -150px;
	top: 450px;
}

.nextlink {
	position: absolute;
	left: 140px;
	top: 450px;
}

.monthtable {
	border-style: solid;
	border-color: #333333;
}

th {
	border-style: solid;
	border-color: #333333;
}

.datenum {
	border-color: #333333;
	border-style: none;
}

a {
	text-decoration: none;
}

a:link {
	color: #FF0000;
	}
a:visited {
	color: #FF0000;
	}
a:hover {
	color:#660000;
	}
a:active {
	color:#660000;
	}

