@charset "utf-8";

#dateblock {
	text-align: center;
	width: 50px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float: left;
}

#day {
	font-size: 26px;
	position: relative;
	top: -5px;
}
#month {
	font-size: 12px;
}
#year {
	font-size: 12px;
	position: relative;
	top: -10px;
}

#mainContent p {
	text-align: justify;
	font-size: 75%;
	line-height: 1.5em;
	padding-left: 10px;
}

#mainContent p a {
	font-weight: bold;
	text-decoration: none;
	color: #00AAA3;
	}

#mainContent p a:hover {
	color: #C2E934;
	}
#mainContent p img {
	float: none;
	margin: 10px;
	}

#mainContent li {
	text-align: justify;
	}
