/*
 psychconflicts.org CSS
 */

body {
  background-color: #000;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14pt;
  color: #fff;
}

a:link    { color: #f00; text-decoration: none; }
a:active  { color: #faa; text-decoration: none; }
a:visited { color: #f44; text-decoration: none; }
a:hover   { color: #f55; text-decoration: underline; }
#whitelink { color: #fff; }

.layout_table {
  width: 1000px;
}

.header {
  text-align: center;
  font-weight: bold;
  font-size: 24pt;
}

.left_sidebar {
  width: 220px;
  background-color: #222;
  font-size: 10pt;
  line-height: 12pt;
}

.right_sidebar {
  width: 220px;
  background-color: #222;
  font-size: 10pt;
  line-height: 12pt;
}

.footer {
  /*border: 1px dashed red;*/
  padding-top: 1em;
  text-align: center;
  font-size: 10pt;
  color: #999;
}
.footer a { color: #999; }

.bd_note {
  color: #888;
  font-size: 9pt;
}

h1 { font-size: 16pt; }

