﻿body
{
  padding: 0px;
  border-width: 0px;
  background-color: #FFCC00;
  font-size: 10pt;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
/* ^^^^^^^^^^^^^^^ above ^^^^^^^^^^^^^ */
/* HTML element styles for master page */
/* ----------------------------------- */

/* Division that is the container for the site */
.centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* Normal text */
.normaltext
{
  color: #FF0000;
}

/* Normal text */
.normaltextbold
{
  color: #FF0000;
  font-weight: bold;
}