#body h1 {
	font-family: "Minion Pro","Georgia","Times New Roman",Times,serif;
	font-size: 26px;
	line-height: 29px;
	color: #3678a8;
}

#body h2 {
	font-family: "Minion Pro","Georgia","Times New Roman",Times,serif;
	font-size: 16px;
	line-height: 18px;
	color: #3678a8;
}

#body h3 {
	margin: 24px 0;
}

#weather h3 {
	font-size: 12px;
	font-weight: bold;
	color: #444;
	text-align: center;
}

#weather h4 {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 30px;
	margin: 15px 0 0 15px;
	color: #333;
}

#weather p {
	font-size: 11px;
	text-align: center;
}

h2.edition {
	font-family: "Minion Pro","Georgia","Times New Roman",Times,serif;
	text-align: center;
	margin: 20px 0 20px 0;
	color: #444;
	line-height: 16px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 6px 0;
	text-transform: uppercase;
	font-size: smaller;
}

#body p.author {
	font-size: 10px;
	color: #555;
	line-height: 24px;
}

#body p.summary {
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

#body p {
	font-family: "Arial",Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #333;
	margin-bottom: 24px;
	width: 80%;
}

#body p.caption {
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
	color: #333;
}

#body .caps {
	text-transform: uppercase;
}

#body .small-caps {
	text-transform: uppercase;
	font-size: smaller;
	font-family: inherit;
}

.large-box h3 {
	font-size: 11px;
	color: #ddd;
	font-weight: bold;
	//font-family: "Times New Roman",Times,serif;
}

.large-box p {
	font-size: 11px;
	color: #eee;
	line-height: 14px;
}

.large-box a {
	color: inherit;
	text-decoration: underline;
}

.large-box a:hover {
	text-decoration: none;
}

.box h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #333;
}

.box .content ul {
	font-size: 12px;
}

.box .content ul li {
	margin: 10px 0;
	line-height: 14px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
}

.box .content ul li.last {
	border-width: 0;
	padding: 0;
}

.box .content a, #weather a {
	color: #3678a8;
}

#center .ad p {
	color: #777;
	text-align: center;
	margin: 0;
	padding: 0;
}

ol {
	font-size: 12px;
	list-style-type: decimal;
	margin-left: 15px;
}

ol li {
	margin: 5px 0 5px 0;
}

ul.story {
	list-style-type: disc;
	margin-left: 30px;
	font-size: 12px;
	font-family: Arial;
	color: #333;
}

ul.story li {
	margin: 14px 0;
	line-height: 14px;
}

#body .comment p {
	width: 100%;
}

span.code {
	font-family: "Courier",monospace;
}