/* BADDOW LIFE WEBSITE STYLES */

body {
  background-color: #FFD01A;
  font-family: serif;
  color:       blue;
}

/* MAIN HEADING */
h1 {
  font-family: serif;
  font-weight: bold;
  color:       blue;
}

/* SUB HEADING */
h2 {
  font-family: serif;
  font-weight: bold;
  color:       blue;
}

/* MAIN PARAGRAPHS */
p {
  font-family: sans-serif;
  font-weight: bold;
  color:       blue;
}

/* SUB PARAGRAPH BLUE */
#pb {
  font-family: sans-serif;
  font-weight: normal;
  color:       blue;
}

/* SUB PARAGRAPH BLACK */
#pk {
  font-family: sans-serif;
  font-weight: normal;
  color:       black;
}

/* IMPORTANT PARAGRAPH */
#imp {
  font-family: sans-serif;
  font-weight: bold;
  font-size:   large;
  font-style:  italic;
  color:       red;
}

/* FORM */
#form {
  font-family: serif;
  font-weight: normal;
  color:       black;
}

/* LAST UPDATED */
#lu {
  font-family: serif;
  font-weight: normal;
  font-size:   small;
  font-style:  italic;
  color:       black;
}

/* ADDRESS ETC */
#adr {
  font-family: sans-serif;
  font-weight: bold;
  color:       black;
}

/* CENTRE TEXT */
#centre {
  font-family: sans-serif;
  font-weight: normal;
  color:       blue;
  text-align:center;
}

/* TABLE ALIGNMENT */
table {
  vertical-align:text-top;
}

