
#contents table.new {
	margin: 20px;
}

#content .new img {
	border: 6px solid white;
}

#content .new .header {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A9AA98;
}

#content .new .header {
	color: #456699;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content .new .header .date {
	font-size: small;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9AA98;
	padding-left: 10px;
	padding-right: 10px;
}


#content .new .header .title {
	font-size: medium;
	font-weight: bolder;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#content .new .details {
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

