body {
  background-color: #2b2b2b;
  color:            #999;
}

body, p, td, th, ul, ol, dl, address, .normal, blockquote {
  color: #999;
  font-family: verdana,helvetica,arial,sans-serif;
  font-size:  14px;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, th {
  color:       #ccc;
  font-family: verdana,helvetica,arial,sans-serif;
  font-style:  normal;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 26px;
  font-weight: bold;
}

h3, caption {
  font-size: 19px;
  font-weight: light;
}
h4, caption {
  font-size: 17px;
}
h5 {
  font-size: 15px;
  font-weight: bold;
}
h6, th {
  font-size: 15px;
  font-weight: lighter;
}
td {
  vertical-align: top;
}
td.headline {
  vertical-align: middle;
}

td.navbutton, td.langbutton {
  vertical-align: middle;
  text-align: center;
  color:            #ccc;
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 13px;
  font-weight:      bolder;
}
td.navbutton {
  background-color: #666666;
}
td.langbutton {
  background-color: #909090;
}
a:link, a:visited {
  text-decoration: none;
  /* font-weight: bold; */
  color: #fa3c24;
}
a:hover {
  text-decoration: none;
  color: #ededed;
}
a:active {
  text-decoration: underline;
  color: #fa3c24;
}
td.navbutton a:link, td.navbutton a:visited, td.langbutton a:link, td.langbutton a:visited {
  color: #ccc;
  font-weight: bolder;
  text-decoration: none;
}
td.navbutton a:hover, td.navbutton a:active, td.langbutton a:hover, td.langbutton a:active {
  color: #ededed;
  font-weight: bolder;
  text-decoration: none;
}
kbd {
  font-size:   15px;
  font-family: monospace;
  background-color: #E9E9E9;
}
dt a:link, dt a:visited, dt a:hover, dt a:active {
  font-weight: normal;
}
.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }
.j { text-align: justify; }
em {
  /* emphasize / highlight text */
  font-style: normal;
  background-color: #FFFFD0;
}
em em {
  /* emphasize / highlight text very strongly */
  font-style: normal;
  background-color: #FFD0D0;
}
small, .small {
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 11px;
}
img {
  border-style: none;
  /*display: none;*/
}
