body
{
  background: #ffffff url(/iconz/redwhiteblue.png) repeat-x;
  color: #000000;
  margin-top: 110px;
}

.contrast
{
  background-color: transparent;
  color: #ff0000;
  font-weight: bold;
}

.floatleft
{
  float: left;
  margin-right: 0.5em;
}

.floatright
{
  float: right;
  margin-left: 0.5em;
}

h1, h2, h3, h4, h5, h6 
{
  background-color: transparent;
  color: #0000ff;
  text-align: center;
}

hr
{
  border-color: #0000ff;
  border-style: solid;
  border-width: 3px;
}

.plain
{
  color: #ffffff;
  text-decoration: none;
}

