<style>

.nothing
{
}

.title
{
  font-family: arial black;
  font-size: 30px;
}

.text
{
  font-family: arial;
  font-size: 14px;
}

.matt
{
  font-family: arial;
  font-size: 14px;
  color: #0000FF;
}

.brian
{
  font-family: arial;
  font-size: 14px;
  color: #006600;
}

.staff
{
  font-family: arial;
  font-size: 14px;
  color: #800080;
}

.header
{
  font-family: arial black;
  font-size: 16px;
  text-indent: 5px;
  color: #FFFFFF;
}

a
{
  font-weight: bold;
  color: #FF9900;
  text-decoration: none;
}

body
{
  background-image: url("images/background_side.gif");
  background-repeat: repeat-y;
}

td
{
  font-family: arial;
  font-size: 14px;
}
</style>