.month {
	background-color: #FF9900;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF3300;
	border-right-color: #FF812D;
	border-left-color: #FF812D;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}.title {
	background-color: #FFD697;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	background-position: left;
	margin: 0px;
	padding: 0px;
}
.p1 {
	margin-top: 10px;
}

a:link{
	color:blue;
	text-decoration:none;
}

a:visited{
	color:navy;
	text-decoration:none;
}

a:active{
	color:red;
	text-decoration:underline;
}

a:hover{
	color:red;
	text-decoration:underline;
}
