.header h1 { 
  text-align: center;
  margin: 0px;
/*   border: 1px dashed #88ffff; */
}
.header p {
  font-size:70.1%;
  margin: 0px;
  margin-right: .3em;
  text-align: right;
}

h1, h2 {
  /* font-variant: small-caps; */
  font-weight: normal;
}
.hl { 
  color: #643;
  font-weight: bold;
}
.swlist td:first-child {
  text-align: right;
}
.swlist thead * { 
  font-weight: bold;
}

.article {
  position: relative;
  z-index: 1;
  padding: 0px 5px;
  border: 1px solid #dddddd;
}
.article-wrap { 
  position: relative;
  margin: 1.5em;
  margin-top: 0px;
  margin-left: 12.5em;
  max-width: 48em;
}

.cornerBL {
  height: 20px;
  width: 150px;
  position: absolute;
  bottom: -5px;
  left: -4px;
  z-index: -1;
  margin: 0;
  /*background: #a66; */
  background:  #aa4444;
}
.cornerTR {
  height: 20px;
  width: 150px;
  position: absolute;
  top: -4px;
  right: -4px;
  margin: 0;
  z-index: -1;
  background:  #aa4444;
}
.article .date {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size:x-small;
  margin-top: 0px;
}

.flyout2 { 
  display: none;
}
.flyout1 { 
  position: relative;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #a80000;
}
.flyout1:hover .flyout2 { 
  display: inline;
  position: absolute;
  top: 2ex;
  background: white;
  padding: 3px;
  width: 30ex;
  border: 1px solid #a80000;
}

.B { 
  font-weight: bold;
  color: #0053aa;
}

.quote { 
  margin-left: 3ex;
  margin-right: 3ex;
}
/* Local Variables: */
/* mode: css */
/* End: */
