.tree {
	float: left;
}
.counter {
	border: thick ridge Fuchsia;
	background-color: Yellow;
	text-align: center;
	padding: 5px 5px 5px 5px;
	font-family: sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: Fuchsia;
	vertical-align: middle;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.picture {
	text-align: center;
	vertical-align: middle;
	border: none;
	
}

h1 {
	color: Green;
	font-size: 60px;
	text-align: center;
}



.cal {
	text-align: center;
	background-color: White;
	border: medium ridge Aqua;
	color: Blue;
	font-family: serif;
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
}

.month {
	color: Red;
	font-family: sans-serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	border: Black;
	border-bottom-width: medium;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	border-style: solid solid solid solid;
	width: 150px;
}

.day {
	background-color: White;
	color: Blue;
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
	width: 150px;
}


.pastday {
	color: Silver;
}

.tada {
	color: Red;
	background-color: Lime;
}
a:hover {
	color: Red;
	text-decoration: none;
	cursor: pointer;
}



a {
	text-decoration: none;
	color: Blue;
}



h3 {
	color: Blue;
	font-size: large;
	text-align: center;
}

body {
	background-color: transparent;
	width: 1050px;
	background-image: url(background.jpg);
	background-repeat: repeat;
	color: Blue;
}

.footer{
	background-color: transparent;
	color: Black;
	font-weight: normal;
	font-style: normal;
	font-family: sans serif;
	font-size: 7pt;
	text-align: center;
	text-decoration: none;
}

.haileybutton {
	background-image: url(haileybutton.jpg);
	background-repeat: no-repeat;
	height: 83px;
	width: 75px;
	border-bottom: thick ridge Gray;
	border-left: thick ridge Gray;
	border-right: thin groove Silver;
	border-top: thin groove Silver;
	cursor: pointer;
}

.hgca08button {
	background-image: url(hgca08button.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 100px;
	border-bottom: thick ridge Gray;
	border-left: thick ridge Gray;
	border-right: thin groove Silver;
	border-top: thin groove Silver;
	cursor: pointer;
}
.ladybutton {
	background-image: url(ladybutton.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 83px;
	border-bottom: thick ridge Gray;
	border-left: thick ridge Gray;
	border-right: thin groove Silver;
	border-top: thin groove Silver;
	cursor: pointer;
}

.schoolbutton {
	background-image: url(schooldaysbutton.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 83px;
	border-bottom: thick ridge Gray;
	border-left: thick ridge Gray;
	border-right: thin groove Silver;
	border-top: thin groove Silver;
	cursor: pointer;
}



.caption {
	font-family: sans-serif;
	font-size: medium;
	font-weight: bold;
	color: Blue;
	text-align: center;
	vertical-align: baseline;
	font-style: italic;
}
.menu {
	background-color: transparent;
	font-family: sans-serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline;
}
