/* basic elements */
body {
	font: .8em Arial, Helvetica, sans-serif;
	margin: 15px;
	padding: 0px;
	color: #000000;
	background-color: black;
}

a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

/* specific divs */
#wrapper {
	background-color: #FFFFFF;
	border-top: 5px solid #DEDEDE;  
	border-bottom: 5px solid #999;  
	border-left: 5px solid #DEDEDE;  
	border-right: 5px solid #999;  
	color: #333;
	padding: 1px 1px 1px 1px;
	width:966px;
	margin:auto;
}
#cookie {
	margin: 20px 0px 0px 20px;
	text-align: left;
	font-size: 85%;
	color: #000000;
}
#cookie a:hover, #cookie a:focus{
	color: #FF0000;
}
#banner {
	height: 50px;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
}
#banner a {
	color: #FF0000;
	margin: 0px 20px 0px 0px;
}
#banner a:hover, #banner a:focus {
	text-decoration: none;
}
#pagetitle {
	text-align: left;
}
#pagetitle h1 {
	font: bold 220% Arial, Helvetica, sans-serif;
	margin: 20px 20px 10px;
}
#delicious {
	margin: 0px 0px 0px 25px;
	text-align: left;
	font-size: 85%;
	color: #0000FF;
}
#delicious .standout {
	color: #0000FF;
}
#delicious a:hover, #delicious a:focus{
	color: #FF0000;
}
#sectionheader {
	text-align: center;
	margin: 20px;
	padding: 0px;
}
#sectionheader p {
	color: #000000;
	text-align: center;
}
#sectionheader h3 {
	font-size: 130%;
}
#sectionheader a, #footer a{
	font-weight: bold;
}
#sectionheader a:hover, #sectionheader a:focus{
	color: #FF0000;
}
#sectionheader .standout {
	color: #0000FF;
}
#sectionheader a.standout:hover {
	color: #FF0000;
}
#sitecontents {
	margin: 0 180px;
}
#sitecontents ul {
	margin: 0;
	margin-left: -12;
	padding-left: 1em;
}
#contents {
	margin: 0 180px;
}
#contents h2 {
	font-size: 1.6em;
	margin: 20px 0px 0px;
	padding: 0px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#contents h2.date {
	font-style: italic;
	margin-bottom: 10px;
}
#contents h2 a:hover, #contents h2 a:focus{
	color: #FF0000;
}
#contents h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 15px 0px 0px;
	text-align: left;
}
#contents h4 a:hover, #contents h4 a:focus{
	color: #FF0000;
}
#contents ul {
	margin: 0;
	margin-left: -12;
	padding-left: 1em;
	list-style-position: inside;
}
#contents ul li a {
	margin: 0;
	padding: 0; 
	font-weight: bold;
}
#contents ul li a:hover, #contents ul li a:focus{
	color: #FF0000;
}
#contents p {
	color: #000000;
	margin: 0;
}
#contents p a {
	font-weight: bold;
}
#contents p a:hover, #contents p a:focus {
	color: #FF0000;
}
#contents p.intro {
	font-style: italic;
	margin-bottom: 10px;
}
#contents .deathinfo {
	font-style: italic;
}
#contents p.summary {
	margin-top: 10px;
	text-align: left;
}
#contents p.summary a {
	font-size: 130%;
}
#contents .standout {
	color: #0000FF;
}
#contents a.standout:hover {
	color: #FF0000;
}
.permalink {
	font-size: 55%;
	font-weight: bold;
}
.permalinkf {
	font-size: 65%;
	font-weight: bold;
}
.permalinkn {
	font-size: 75%;
	font-weight: bold;
}
.paracenter {
	text-align: center;
}
#footer {
	color: #000000;
	text-align: center;
	margin: 0 90px;
}
#footer a:hover, #footer a:focus {
	color: #FF0000;
}
#nav {
	margin: 20px;
	height: 100px;
	font-size: 90%;
	color: #000000;
	text-align: center;
}
#nav a:hover, #nav a:focus {
	color: #FF0000;
	font-weight: bold;
}
.bold {
 	font-weight: bold;
}
.hr1 {
	margin-bottom: 15px;
}
li.index1 {
	list-style-type: none;
	margin-left: 20px;
}
li.index2 {
	list-style-type: none;
	margin-left: 40px;
}
li.index3 {
	list-style-type: none;
	margin-left: 60px;
}
li.index4 {
	list-style-type: none;
	margin-left: 80px;
}
.normal {
	font-weight: normal; 
}
.nowrapleft {
	clear:left;
}



a.cpage:link, a.cpage:visited { color: #778899; }
a.mpage:link, a.mpage:visited { color: #3a5fcd; }
a.rpage:link, a.rpage:visited { color: #9932cc; }
a.tpage:link, a.tpage:visited { color: #b03060; }
a.epage:link, a.epage:visited { color: #8b4513; }
a.zpage:link, a.zpage:visited { color: blue; }
a.fpage:link, a.fpage:visited { color: #008B00; }
a.wpage:link, a.wpage:visited { color: #013d97; }

