body, td 
 {
  font-family: Arial, Helvetica;
  font-size  : 16px;
 }

a 
 {
  color: #000000;
 }

a:hover 
 {
  text-decoration: none;
  color          : #000000;
 }

a.buttonLink 
 {
  color          : #FFD600;
  text-decoration: none;
  font-weight    : bold;
 }

a:hover.buttonLink 
 {
  color          : yellow;
  text-decoration: none;
  font-weight    : bold;
 }

.buttonBox 
 {
  background     : #000000;
  padding        : 3px;
  text-align     : center;
 }

.sideMessage 
 {
  border-color: #000000;
  border      : solid;
  border-width: thin;
  margin-left : 2px;
  margin-right: 2px;
  padding     : 2px;
  text-align  : center;
 }

.pageHeading
 {
  text-align     : center;
  font-weight    : bold;
  color          : #000000;
  font-size      : 24px;
 }