body {
	margin: 0px 0px 0px 0px;
		background-color: #DDDDDD;
		text-align: center;
        }

a {
	text-decoration: underline;
	}

a:link {
	color: #006699;
	}

a:visited {
	color: #006699;
	}

a:active {
	color: #CC0000;
	}

a:hover {
	color: #CC0000;
	}

#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: x-small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 20px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #000033;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #000033;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px;
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}