/* site_fonts.css */
/* this is for all styles regarding font settings, except font colors */

body
{
  /* font-family: Arial, Helvetica, sans-serif; */
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6
{
  font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

h1, h2, h3, h4
{
  font-weight: bold;
}

h5, h6
{
  font-weight: normal;
}

a
{
  text-decoration: none;
}

.headbox, a.leftmenu
{
  font-weight: bold;
  text-decoration: none;
  font-size: 80%;
  font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

p, ul, ol, td, span, div.chaptercontent
{
  /* font-size: 95%; */
}

p
{
  font-weight: normal;
}

.announcement
{
  font-weight: bold;
}

span.timestamp
{
  font-size: 80%;
  font-family: Courier New, monospace;
  border-right: solid;
  border-width: 1px;
  padding-right: 5px;
  margin-right: 5px;
}

.important
{
  font-weight: bold;
  /* font-size: 90%; */
}

.topic
{
  font-style: italic;
  display: block;
}

.small
{
  font-size: 80%;
}

tr.dbhead
{
  font-weight: bold;
}

