.custom {				/*Independense*/
 font-family: Arial;
 color: #BF4E14;
 font-size:20px;
}
.custom1 {       /* Green text on Page */
 font-family: Arial;
 color: #3A7C22;
 font-size:20px;
}
.custom2 {
 font-family: Verdana;
 color: yellow;
 font-size:20px;
}
.custom3 {      /*Head of Murphy v Brentwood Page */
 font-family: Arial;
 color: #BF4E14;
 font-size:24px;
 font-weight: bold;
 margin: auto;
  width: 94%;
  text-align: center;
  border: 3px solid #73AD21;
  padding: 10px;
}
.custom4 {       /* White text on Page */
 font-family: Arial;
 color: white;
 font-size:18px;
}
.custom5 {
 font-family: Arial;
 color: white;
 font-size:20px;
 text-indent: 20px;
}
.center {
  margin: auto;
  width: 40%;
  border: 0px solid #73AD21;
  padding: 0px;
}
ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: upper-roman;
}

ol.d {
  list-style-type: none;
  text-indent: 100px;
}
ol.dd {
  list-style-type: none;
  text-indent: 200px;
}
ol.e {
  list-style-type: none;
  text-indent: 50px;
}
ol.f {
  list-style-type: decimal;
  text-indent: 50px;
}

img {      /* Image of relationship on Page */
  float: right;
}


