/* the whole website */

BODY {
  margin             : 0px 0px 0px 0px;
  background-color   : #b8c7e4;
  background-image   : url(http://www.menforchrist.asn.au/media/background/bg.jpg);
  background-repeat  : no-repeat;
  background-position: top center;
  font-size          : 11px;
  font-family        : Verdana, Arial, Helvetica, sans-serif;
  color              : #52555b;
  text-decoration    : none;
}


td {
  font-size          : 11px;
  font-family        : Verdana, Arial, Helvetica, sans-serif;
  color              : #52555b;
  text-decoration    : none;
}


/* content */

.content {
  font-size        : 11px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #52555b;
  text-decoration  : none;
}

.content a:link {
  font-size        : 11px;
  color            : #52555b;
  font-weight      : normal;
  text-decoration  : none;
}

.content a:visited {
  font-size        : 11px;
  color            : #52555b;
  font-weight      : normal;
  text-decoration  : none;
}

.content a:active {
  font-size        : 11px;
  color            : #52555b;
  font-weight      : normal;
  text-decoration  : none;
}

.content a:hover {
  font-size        : 11px;
  color            : #3674f6;
  font-weight      : normal;
  text-decoration  : underline;
 
}

