body {
  background: #FFFFFF;
  background-image: url('../Images/paper.gif');
  background-attachment: scroll;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  margin: 0px;
}

hr {
  text-align: center;
  color: #CC0A0A;
  width: 100%;
}

table {
  margin: 0px;
  padding: 0px;
}

td {
  margin: 0px;
  width: 30%;
  padding: 0pt 1pt 0pt 1pt;
  text-align: justify;
  vertical-align: middle;
  white-space: normal;
}

td.center {
  text-align: center;
  padding: 0pt 0pt 0pt 0pt;
}

/* Font sizing */

.mega {
  font-size: 400%;
}

.double {
  font-size: 200%;
}

.medium {
  font-size: medium;
}

.large {
  font-size: large;
}

.larger {
  font-size: larger;
}

.small {
  font-size: small;
}

.smaller {
  font-size: smaller;
}

.x-large {
  font-size: x-large;
}

.x-small {
  font-size: x-small;
}

.xx-large {
  font-size: xx-large;
}

.xx-small {
  font-size: xx-small;
}


/* Font Effects */

.corsiva {
  font-family: "Monotype Corsiva", sans-serif;
}
.comic {
  font-family: "Comic Sans MS", sans-serif;
}

.inblue {
  color: #99CCFF;
}

.inred {
  color: #CC0A0A;
}

.italic {
  font-style: italic;
}

.smallcaps {
  font-variant: small-caps;
}

