body
{
  display: block;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12pt; 
  width:60em; max-width:60em; 
  background-color: #ffffe4;
  z-index: 1;   
}

body::after
{
  content: "";
  background: url("DECUS-logo.png");
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -2;   
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
  filter: alpha(opacity=93);
  opacity: 0.07;
}

a { color: inherit; font-size: 105%; text-decoration: underline; } 

@media screen {
   a[target=_blank]::after { font-size:80%; content:"\2924"; }
}

h1 { font-size:130%; font-weight:bold; }
h2 { font-size:120%; font-weight:bold; }
h3 { font-size:110%; font-weight:bold; }

#header
{
   display:block;
   margin:0.5em;
   font-size:160%;
   font-weight:bold;
}

#content
{
   display:block;
   margin:2.0em 1.0em 1.5em 1.0em;
}

.lastmod
{
   margin-left:1.5em;
   font-size: 80%;
   text-decoration: overline;
}

#footer
{
   display:block;
   font-size:80%;
   margin:0.5em 1.0em 1.0em 1.5em;
}

.code
{
  font-family:monospace;
  border-style:solid; border-color:#888888; border-left-width:1px;
  border-top-width:0; border-right-width:0; border-bottom-width:0;
  background-color:#fff;
  margin-left:2em;
  margin-right:5em;
  padding:0.3em;
  padding-left:1em;
}

.button
{
   padding:0.2em 0.4em 0.2em 0.4em;
   border-width: 1px 0 1px 1px;
   border-style: dotted;
   border-color: #bbb;
   border-radius: 2px;
}

.dclinabox
{
  font-size:110%; font-family:monospace;
  letter-spacing:-1px; margin:0 2px 0 2px;
}

table.dclinaboxopt { margin: 0; padding-left: 3em; }

.dclinaboxopt td { text-align: right; magin:0; padding: 0 0.5em 0 0; }

.revideo { color: #ffffe4; background-color: black; }

.minded
{
  font-size: 110%;
  text-decoration: underline;
}

.minded:hover::after
{
  content: " (formerly the DECUS U.S. Chapter, then Encompass)";
  text-decoration: none;
}
