body, table, textarea
{
  font-family: arial;
  font-size: 12px;
}

body
{
  background-image: url('../capitol.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

body, table
{
  background-color: white;
}

table, td
{
  border-width: 1px;
  border-collapse: collapse;
  empty-cells: show;
  border-style: solid;
  border-color: black;
  padding: 4px;
}

img
{
  border-width: 0;
}

h1,h2,h3,h4
{
  color: #224455;
  color: black;
  font-size: 30px;
}

h2
{
  font-size: 24px;
}

h3
{
  font-size: 18px;
}

h4
{
  font-size: 16px;
}

a
{
  font-weight: bold;
  text-decoration: none;
  color: #0000FF;
}

a:hover
{
  text-decoration: underline;
}

.var
{
  color: #884433;
}

.error
{
  color: #FF4433;
  font-weight: bold;
}

.note
{
  color: #FF4433;
  font-weight: normal;
  font-size: 18px;
}

.newsheader
{
  color: #000000;
  font-family: times;
  font-size: 400%;
}

.newstitle
{
  color: #000000;
  font-family: times;
  font-size: large;
}

.newsbody
{
  color: #000000;
  font-family: times;
  font-size: medium;
}

.badmatch
{
  color: #FF0000;
}

.goodmatch
{
  color: #00AA00;
}

.normal
{
}

.inactive
{
  color: #FF0000;
}

.menutitle
{
  color: black;
  font-size: medium;
}

.footertext
{
  color: black;
  font-size: x-small;
}

.changed
{
  color: blue;
}