
body
{
  background-color: #fdfbdd;
  font-family: "Trebuchet MS", sans-serif;
}

.header
{
  text-align: center;
}


.hr
{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.main_content
{
  float: left;
  width: 800px;  
  margin-bottom: 50px;
}

.img_table img
{
  border: 1px solid black; 
}


.footer
{
  text-align: center;
  font-size: 12px;
  margin-top: 35px;
}

.footer a
{
  color: #990000;
}

.heading_box
{
  background: url("images/heading_box.gif");
  background-repeat: no-repeat;
  height: 30px;
  width: 190px;
  color: white;
  padding-top: 2px;
  text-align: center;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}

.heading_gif
{
  text-align: center;
  margin-top: 15px;
}


table a
{
  color: black;
}
