body {
	border: 0;
	padding: 10px 10px 10px 10px;
	background-color: #DDFFCC;
	font-family:georgia;
}

blockquote {
	padding: 10px 10px 10px 10px;
	background-color: #EECC99;
	border-style: solid;
	border-width: 1px
}

a {
	color: #224000;
	border-bottom: dotted 1px #8A8A41;
	text-decoration: none;
	}

a:active {
	color: #224000;
	}

a:visited {
	color: #224000;
	border-bottom: dotted 1px #933535;
	}

a:hover {
	cursor: default;
	background-color: #F0F0FF;
	}
	

h1,h2, h3 {
	font-weight: normal;
}

.author {
	font-size: small;
	text-align: right;
}

h3 { color: #0063C6; }

h2 {
	letter-spacing: 1.5px;
	color: #003366;
	border-bottom: 1px dotted #aca899;
	margin: 35px 0px 20px 0px;
	text-align: left;
}

ul {
list-style-image: url("/graphics/arrow.gif");
} 

li {
	line-height: 1.3;  
	margin: 10px 0px 0px 0px;
}

em { font-variant:small-caps;	background-color: #AADDCC;}