﻿body {
  background-position: center center;
  font: italic normal normal 100% 'Times New Roman';
  color: #C0C0C0;
  background: #FF3399;
  table-layout: auto;
  width: auto;
  text-align: center;
}

#titletxt {
  font: x-large 'Comic Sans MS';
  color: #008080;
  text-align: center;
}

#footcopyright {
  font: italic small 'Times New Roman', serif;
  color: #C0C0C0;
  text-align: center;
}

#footnametxt {
  font: italic bold medium 'Times New Roman', serif;
  color: #C0C0C0;
  text-align: center;
}

a:active {
  font: italic normal normal 100% 'Times New Roman';
  color: #00FF00;
}

a:hover {
  font: italic bolder 100% 'Times New Roman';
  color: #000000;
  background-color: #00FF99;
}

a:link {
  font: italic normal normal 100% 'Times New Roman';
  color: #0000FF;
}

a:visited {
  font: italic normal normal 100% 'Times New Roman';
  color: #000000;
}

table #AutoNumber1 {
  border: 0px none #FF3399;
}

table #footertable {
  text-align: center;
}