/* the whole website */

    BODY {
  margin           : 2px 2px 2px 2px;
  background-color : #FFFFFF;
}


ul {
  margin           : 0px 0px 0px 0px;
}

hr {
  background-color : #000000;
  color 	   : #000000;
  height           : 1px;
  width            : 100%;
}


a:link, a:visited, a:active {
  color            : #000000;
  font-weight      : normal;
  text-decoration   : none;
}

a:hover {
  color            : #F5AD20;
  font-weight      : normal;
  text-decoration   : underline;
}



/* content and font colours */

.content {
  font-size        : 12px;
  color            : #27429B;
  text-decoration  : none;
  
}

.content a:link {
  font-size        : 12px;
  color            : #27429B;
  font-weight      : normal;
  text-decoration  : none;
}

.content a:visited {
  font-size        : 12px;
  color            : #27429B;
  font-weight      : normal;
  text-decoration  : none;
}

.content a:active {
  font-size        : 12px;
  color            : #27429B;
  font-weight      : normal;
  text-decoration  : none;
}

.content a:hover {
  font-size        : 12px;
  color            : #F5AD20;
  font-weight      : normal;
  text-decoration   : underline;
 
}

.content td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #27429B;
}



/* top and font colours */

.top {
  font-size        : 12px;
  color            : #000000;
  text-decoration  : none;
  
}

.top a:link {
  font-size        : 12px;
  color            : #000000;
  font-weight      : normal;
  text-decoration  : none;
}

.top a:visited {
  font-size        : 12px;
  color            : #000000;
  font-weight      : normal;
  text-decoration  : none;
}

.top a:active {
  font-size        : 12px;
  color            : #000000;
  font-weight      : normal;
  text-decoration  : none;
}

.top a:hover {
  font-size        : 12px;
  color            : #000000;
  font-weight      : normal;
  text-decoration   : underline;
 
}

.top td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
}


