body {
	margin: 0 auto;
	padding: 0;
	font: small/150% georgia, "times new roman", times, serif;
	color: #222;
	background-color: #fff;
	min-width: 740px;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
}

#page {
       text-align: left;
       margin: 0 auto;
}

#contentBody {
	font: 115%/150% georgia, "times new roman", times, serif !important;
	color: #222;
	background-color: white;
	padding: 4px 6px 4px 6px;
}

.entryInfo {
	font: 85% "lucida grande", "trebuchet ms", helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	background-color: transparent;
	margin: 0;
	padding-bottom: 3px;
	text-align: left;
	border-bottom: 1px #aaa solid;
}

.entryFooter {
	font: 85% "lucida grande", "trebuchet ms", helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.entry {
	padding: 2px 0 0 0;
	margin: 2px 0 0 0;
	border-top: 1px #aaa dotted;
}

.entryDivider {
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.subheading {
	text-align: left !important;
	font-size: 85%;
}

.imageRight {
	padding: 10px;
	float: right;
	position: relative;
	border: 0px;
}

/* Let's format some selectors */
a:link {
	text-decoration: none;
	color: #069;
	background-color: transparent;
}

a:visited { color: #069; }

a:hover { color: #933; }

a:active { color: #9CF; }

.title {
	color: #000;
	margin: 5px 0 5px 0;
	padding: 6px 0px 2px 0;
	text-align: left;
	letter-spacing: -1px;
}

.title a { color: #000; }
.title a:visited { color: #000; text-decoration: none; }
.title a:hover { color: #666; background-color: transparent; }
#searchpage #contentBody .title { border-bottom: 1px solid #ccc; }

.comments {
	color: #000;
	background-color: #fff;
	margin: 5px 0 2px 0;
	padding: 6px 0px 2px 0;
	text-align: left;
	font-size: 32px;
	line-height: 33px;
	border-bottom: 1px solid #ccc;
}

.ahem { display: none; }
strong, b { font-weight: bold; }
img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, "times new roman", times, serif;
	line-height: 1.0;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 230%; }
h2 { font-size: 160%; }
h3 { font-size: 130%; }
h4 { font-size: 115%; }

#mp3 h3 { 
	font-size: 18px;
	margin: 0;
}


td {
	padding: 6px;
}

ul {
  list-style-type: circle;
}
