font {
  font-family: sans-serif;
  font-size: 12pt;
  color: #000000;
}

font.asker {
  font-family: sans-serif;
  font-size: 20pt;
  font-weight: bold;
  font-variant: small-caps;
  color: #333333;
}

font.geek {
  font-size: 8pt;
}

font.linkhead {
  font-family: sans-serif;
  font-size: 16pt;
  font-variant: small-caps;
  color: black;
}

.headline {
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #000000;
}

font.time {
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;
}

font.story {
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
}

td.headfoot {
  font-family: sans-serif;
  font-size: 11pt;
  font-weight: bold;
  background: #ddddcc;
}

a {
  font-weight: bold;
}

a:link {
  color: #000000;
}
a:visited {
  color: #555555;
}
a:hover {
  color: #aaaaaa;
}

a.menu:link {
  text-decoration: none;
}
a.menu:visited {
  text-decoration: none;
}
a.menu:hover {
  text-decoration: none;
}

a.brian:link {
  color: #000000;
  text-decoration: none;
}
a.brian:visited {
  color: #000000;
  text-decoration: none;
}
a.brian:hover {
  color: #000000;
  text-decoration: underline;
}


.button {
  font-family: sans-serif;
  font-size: 10pt; 
  border-style: solid; 
  border-width:1px; 
  border-color: #000000; 
  background-color: #ddddcc;
  background-image: none;
}

.indent {
  margin-left: 1em;
}
