body {
  background: #bde8f6;
}
td.button {
  border: 2px solid black;
  text-align: center;
}
col.button {width: 8em;}
div.leftright {width: 50em;
	       margin: 0 auto;
}
div.left {width: 25em;
	  float: left;
	  text-align: left;}
div.right {width: 25em;
	   float: right;
	   text-align: left;}
div.basic {
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  width: 40em;
}
div.block {
  display: block;
  clear: both;
}
table.center {
    margin-left: auto;
    margin-right: auto;
}
a.title:link {
  text-decoration:none;
  color:black;
}
a.title:visited {
  text-decoration:none;
  color:black;
}
a.title:hover {
  text-decoration:none;
  color:black;
}
a.alt:link {
  text-decoration:none;
  border-bottom: 1px solid black;
  padding-bottom: 1px;
  color:black;
}
a.alt:visited {
  text-decoration:none;
  border-bottom: 1px solid black;
  padding-bottom: 1px;
  color:black;
}
a.alt:hover {
  text-decoration:none;
  border-bottom: 1px solid blue;
  padding-bottom: 1px;
  color:blue;
}
a:link {
  color:black;
  text-decoration: underline; color: black;
}
a:visited {
  color:black;
  text-decoration: underline; color: black;
}
a:hover {
  color:blue;
  text-decoration: underline; color: blue;
}
a.basic:link {
  text-decoration: underline; color: black;
}
a.basic:visited {
  text-decoration: underline; color: black;
}
a.basic:hover {
  text-decoration: underline; color: blue;
}
a.basic:active {
  text-decoration: underline; color: blue;
}
.dropcap {
  font-size: 295%;
  float: left;   
  line-height: 0.9em;
  padding: 0 2px 0 0;       
  color: #0000e0;         
  font-family: serif;    
  font-weight: bold;
  position: relative;
  left: -3px;
}
p.title {
  font-weight: bold;
  font-size: larger;
  font-style: italic;
  margin-bottom: 0pt;
  clear: both;
}
p.dateline {
  font-weight: bold;
  font-size: larger;
  font-style: italic;
}
p.date {
  font-style: italic;
  margin-top: 0pt;
}
p.caption {
  font-size: smaller;
  font-style: italic;
  text-align: left;
}
p.permalink {
  font-size: smaller;
  font-style: italic;
  text-align: right;
  clear: both;
}
