div.banner {
  margin: 0px;
  font-size: 80% /*smaller*/;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: .1em;
  left: .1em;
  width: 300px;
  right: 2em;
}
div.banner p {
  margin: 0px; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background-color: #dcdcdc;
  border: 0;
  color: black;
  text-align: center;
}

div.banner a, div.banner em { display: inline; margin: 0 0.5em }
div.banner a, div.banner em { border-top: none }
div.banner a:first-child { border-top: none }
div.banner a:link { font-size: 80%; text-decoration: none; color: black; background-color: #dcdcdc; }
div.banner a:visited { font-size: 80%; text-decoration: none; color: #666699; background-color: #dcdcdc; }
div.banner a:hover { font-size: 80%; text-decoration: underline; }
div.banner a:active { font-size: 80%; font-style: italic; }

body {
  background-color: #dcdcdc;
  text-align: justify;
  color: black;
  font-size: 12pt;
  font-family: Tahoma, Arial, Sans-Serif;
  width: auto; 
  right: 10px; 
  line-height: 1.25;
}
p {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12pt;
	text-align: justify;
}
.author {
  font-family: Optima, 'Times New Roman', Serif;
  color: black;
  font-size: larger;
  background-color: #dcdcdc; 
}
.update {
  font-weight: bolder;
  text-decoration: underline;
}
a {
	text-decoration: none;
	color: black;
	background-color: #dcdcdc; 
	font-size: 12pt;
	font-style: normal;
	line-height: normal; 
}
a:hover {
  text-decoration: underline;
}
.site {
  font-size: smaller;
  font-style: italic;
  color: black;
  background-color: #dcdcdc; 
}
a:visited.site {
  color: #666699;
  background-color: #dcdcdc; 
}
.title {
  font-size: 12pt;
}
a:hover.title {
  text-decoration: underline;
}
a:visited.title {
  color: #666699;
  background-color: #dcdcdc; 
}
img {
  border: 0;
}
li {
	list-style-image: url(images/gdiamond.gif);
	list-style-position: inside;
}
td {
	vertical-align: top;
	}