body {
    padding-left: 1em;
    font-family: Georgia, "Times New Roman",
          Times, serif;
    color: blue; 
    background-image: url("../images/Sunset.jpg");background-repeat:no-repeat;
    background-size: cover
     }
  
  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
	  color: white
     }

  h2 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
	  color: blue
     }

 h3 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
	  color: white
     } 

  div {
    margin: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
     }
  
  p  {
    border-style: none;
    color: white
     }

  a:link {
    color: grey
     }

  a:visited {
    color: purple }

  address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted;
    color: white 
     }
