* {
  border: 0;
  margin: 0;
  padding: 0;
/*
  font-family: "Georgia", "Trebuchet MS";
  font-size: 13pt;
  font-size: 11pt;
*/
}
html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #996600;
/*
	color: #4C4C4C;
	color: #F2F2F2;
*/
	scrollbar-3dlight-color: #D2AC3F;
	scrollbar-arrow-color: #997700;
	scrollbar-darkshadow-color: #997700;
	scrollbar-face-color: #D2AC3F;
	scrollbar-highlight-color: #D2AC3F;
	scrollbar-shadow-color: #BF9237;
	scrollbar-track-color: #997700;
}

address {
	float: right;
	font-weight: bold;
	margin-top: 1em;
	text-align: left;
}
blockquote {
	margin: 0 2em;
}
/*
p, pre,
blockquote,
label,
ul, ol, dl,
fieldset, address {
	margin: 1em 5%;
}
li, dd {
	margin-left: 5%;
	padding-left: 5%;
}
fieldset {
	padding: 0.5em;
}
*/
a, a:link, a:visited, a:active {
	color: white;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #F0E9CB;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none; 
}
/*
dt {
	font-weight: bold;
}
li {
	font-family: Tahoma;
	font-size: 0.9em;
	margin-bottom: 0.4em;
}
ol {
	margin-bottom: 1em;
}
ol li {
	margin-left: 1em;
	padding-left: 1em;
}
*/
p {
	line-height: 1.3em;
	margin-bottom: 1em;
}
/*
table {
/*
	border: 1px solid white;
	margin-bottom: 1em;
}
td {
	border-bottom: 1px solid white;
}
th {
	background-color: #55491F;
}
ul {
	list-style-type: square;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 2em;
}
*/

dd {
	margin-bottom: 1em;
	margin-left: 1em;
	padding-left: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.25em;
	margin-bottom: 0.25em;
} 

#reviews li {
	line-height:2;
	list-style-type:none;
}
#reviews li a {
	color:#000;
	text-decoration:underline;
}
#site-title {
	font-family: Elephant;
	font-style: italic;
	text-align: center;
}

#pondering {
/*
	background-image: url("../pics/pondering.jpg");
	background-position: left;
	background-repeat: no-repeat;
	height: 300px;
	left: 775px;
	position: absolute;
	top: 250px;
	width: 150px;
*/
}

#article-image p {
	font-size: 80%;
	font-weight: bold;
}

#web-developer-credit {
	bottom: 20px;
	color: #CEA948;
	float: right;
	font-size: 0.9em;
	position: relative;
	right: 25px;
}
#web-developer-credit a,
#web-developer-credit a:link,
#web-developer-credit a:visited,
#web-developer-credit a:active {
	color: #CEA948;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
#web-developer-credit a:hover { 
	color: #F0E9CB;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none; 
}
