body {
	background-color: #C7DEDE;
	margin: 7px;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #132222;
	background-color: #F8FAFA;
}
.pop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #132222;
	background-color: #C7DEDE;
}
.pic {
	padding: 5px;
	border: 1px solid #427373;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8A4759;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8A4759;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 7px;
}
.cap {
	float: left;
	width: auto;
	font-size: 2.5em;
	line-height: 0.81em;
	color: #427373;
	font-family: georgia, times, sans-serif;
}
.mid-cap {
	width: auto;
	font-size: 2.5em;
	line-height: 0.81em;
	color: #427373;
	font-family: georgia, times, sans-serif;
}
.bold-green {
	color: #427373;
	font-weight: bold;
}
.bold-red {
	color: #8A4759;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
img {	
	border: none;
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:link {
	color: #8A4759;
	font-weight: bold;
}
a:visited {
	color: #294747;
	font-weight: bold;
}
a:hover {
	color: #60A4A4;
	font-weight: bold;
}
a:active {
	color: #427373;
	font-weight: bold;
}

// Basic Calendar formatting
.main {
	width:200px;
	border:1px solid black;
}
.month {
	background-color:#8A4759;
	font:bold 15px verdana;
	color:white;
}
.daysofweek {
	background-color:#C7DEDE;
	font:bold 12px verdana;
	color:black;
}
.days {
	font-size: 12px;
	font-family:verdana;
	color:black;
	background-color: #F8FAFA;
	padding: 2px;
}
.days #mark{
	font-weight: bolder;
	font-size: 14px;
	color: red;
}