/* normal.css - the standard style sheet for coatingsfailures.com*/

body {
  background-image: url(images/texture-ivory.jpg);
  margin-left: 5%; margin-right: 5%;
  margin-top: 5%; margin-bottom: 5%;
}


h1 {
   text-align: center; 
   font-family: Book Antiqua; 
   color: rgb(0, 0, 102); 
   font-style: italic;
}

h2 {
   text-align: center; 
   font-family: Book Antiqua; 
   color: rgb(51, 0, 0);
   font-style: italic;
}


h3 {
  color: rgb(0, 0, 102);
}

h4 {
  color: rgb(0, 0, 102);
}