body {
	font-family: Ubuntu;
	font-size: 18px;
	background-color: whitesmoke;
	}
.divPageBody {
	width: 60%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 400px;
	}
.divPostTime {
	font-size: 18px;
	margin-bottom: 25px;
	}
.divPostTitle {
	font-family: "Oswald";
	font-size: 42px;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 100%;
	}
.divPostBody p {
	list-style-type: none;
	margin-bottom: .6em;
	line-height: 160%;
	}
.divPostBody li {
	line-height: 140%;
	}
.divPostBody audio {
	margin-top: 1em;
	border: 1px solid silver;
	}
.divFooter {
	margin-top: 50px;
	padding-top: .4em;
	border-top: 1px solid gray;
	font-size: 14px;
	}

.divFeedLink {
	margin-top: 35px;
	width: 36px;
	height: 14px;
	background-color: orange;
	border: 1px solid darkorange;
	}
.divFeedLink .divXmlIcon {
	font-family: "Ubuntu";
	color: white;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	margin-top: -3px;
	cursor: pointer;
	}

.tableForHomepage {
	}
.tableForHomepage td {
	line-height: 160%;
	font-size: 18px;
	}
.tableForHomepage .tdRight {
	text-align: right;
	}

.divHomepageLink { /* 2/11/26 by DW */
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 1em; /* 2/27/26 by DW */
	}
.divHomepageLink a {
	color: inherit;
	cursor: pointer;
	}

