﻿body
{
    text-align:center; /* for IE */   
}

div#wrapper {
    text-align:left; /* reset text alignment */
    width:955px; /* or a percentage, or whatever */
    margin:0 auto; /* for the rest */
    height: 200px;
} 

.Heading
{
  font-family: Arial;
  font-size: 18px;
  color: Gray;
  font-weight: bold;
}

.Content
{
  font-family: Arial;
  font-size: 14px;
  color: Gray;
}

.Links
{
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  color: Gray;
  font-weight: Bold;
}

.PageLinks
{
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  color: Gray;
  font-weight: Bold;
}
