#header
{
  color: yellow;
  font-family: bookman;
}

#content
{
  color: blue;
  font-family: helvetica;
}

#rightcol
{
  color: green;
  font-family: arial;
}

#footer
{
  font-size: .75em;
  color: yellow;
  font-family: courier;
}

#rightcol p
{
  font-size: .9em;
}

#content a
{
  font-style: italic;
  font-size: .8em;
}

a:link, a:visited
{
  color: red;
  text-decoration: none;
}

a:hover
{
  color: blue;
  text-decoration: underline;
}

a:active
{
  color: black;
  text-decoration: line-through;
}

h1
{
  font-size: 4em;
  text-align: center;
}

h4
{
  font-size: 1.4em;
  margin: 5px;
}
