@charset "utf-8";
/* CSS Document */

.extraBox {
	PADDING: 5px;
}

H3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #91DDF0;
	text-decoration: none;
	text-align: left;
	text-transform:capitalize; /* to capitalize each word*/
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
}