.custom {				/*Independense*/
 font-family: Arial;
 color: #BF4E14;
 font-size:20px;
}
.custom1 {       /* Green text on Page */
 font-family: Arial;
 color: #3A7C22;
 font-size:20px;
}
.custom1A {       /* White text on Page */
 font-family: Arial;
 color: white;
 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;
}
.custom3A {      /*It never has been text*/
 font-family: Arial;
 color: yellow;
 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;
}
.custom4A {       /* White text on Page */
 font-family: Arial;
 color: white;
 font-size:22px;
}
.custom4AA {       /* Bold White text on Page */
 font-family: Arial;
 color: white;
 font-size:22px;
 font-weight: bold;
}
.custom5 {
 font-family: Arial;
 color: white;
 font-size:20px;
 text-indent: 20px;
}
.custom5A {
 font-family: Arial;
 color: white;
 font-size:25px;
 }
 .custom51A {
 font-family: Arial;
 color: white;
 font-size:25px;
 text-align: center;
 }
 .custom51AB {
 font-family: Arial;
 color: white;
 font-size:15px;
 font-style: italic;
 }
 .custom5AB {
 font-family: Arial;
 color: blue;
 font-size:25px;
 text-decoration: underline;
 }
.custom5AA {
 font-family: Arial;
 color: white;
 font-size:40px;
 text-align: center;
}
.custom5AC {
 font-family: Arial;
 color: white;
 font-size:30px;
 text-align: center;
}
.custom5B {
 display: inline;
 font-family: Arial;
 color: red;
 font-size:25px;.
}
.custom5C {
 display: inline;
 margin-right: 10px;
 font-family: Arial;
 color: yellow;		/* #000080 = blue*/
 font-size:25px;
}
.center {
  margin: auto;
  /*width: 40%; */
  border: 0px solid #73AD21;
  padding: 0px;
  text-align: center;
}
.center1 {
  margin: auto;
  width: 35%;
  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;
}


