#story, #story td, #photoessay, .story,#quiztext td,.quizScoreBar{
	font-size: 16px; }

.caption {
    font-size: 16px;
	color: #565656;
	font-style: italic;
}

#story h5 {
	color: #565656;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

#bar {
	background: #ABBDCB;
	text-align: right;
	margin-top: 5px;
	width: 390px;
	padding: 3px;
	font-size: 16px;
}

/*CALENDAR*/
#month {
	float: right;
	width: 155px;
}

#month table{
	background-image: url(../images/monthbg.jpg);
}

#numbers {
	margin-top: 5px;
}

#numbers td.title {
	background: #4A4A4A;
	color: #FCFCFC;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	font-size: 9px;
	text-align: center;
}

#numbers td.title a {
	background: #4A4A4A;
	color: #FCFCFC;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

#numbers td.title a:hover {
	background: #4A4A4A;
	color: #FCFCFC;
	font-weight: bold;
	text-decoration: underline;
}

#numbers td.days {
	background: #D3D3D3;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
}

#numbers td {
	background: #EBEBEB;
	border: 1px solid #fff;
	font-size: 9px;
	text-align: center;
}

#numbers td a {
	background: #043071;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	width: 18px;
	display: block;
}

#numbers td a:hover {
	background: #4A4A4A;
	color: #fff;
}


