BODY {
	background-color: Silver;
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.page {
	background-color: White;
	color: #555544;
	width: 900px;
	margin: 0 auto;
	padding: 50px;
	border-left: 1px solid;
	border-right: 1px solid;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #669922;
	background: transparent;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #88bb22;
	background: transparent;
}

a:active {
	font-weight : bold;
	text-decoration : none;
	color: #88bb22;
	background: transparent;
}

.postTitle {
	font-size: 200%;
	text-transform: lowercase;
}

.smallText {
	font-size: 80%;
}

.postDate {
	margin-top: 70pt;
}

.postNavLinks {
	text-align: right;
	text-transform: lowercase;
	margin-top: 30pt;
}

/* topic lists */
ul, li {list-style-type: none;}

.categoryListTitle {
	margin-left: 0px;
	text-decoration: none;
	color: Black;
	font-weight: bold;

}
