/* Style Sheet */
body {
  background-color: #fefefe;
  color: #2867B2; 
  text-align: center
}

p {
  font: normal 16px "Franklin gothic book", "charlotte sans", "arial narrow"; 
  color: black;
  text-align: center
}

 img { 
  padding-top: 30px;
  padding-bottom: 30px;
}

li{
  font: 15px/15px "Franklin gothic book", "charlotte sans", "arial narrow"; 
  color: #2867B2;
}

.contact{ font: 14px/16px "Franklin gothic book", "charlotte sans", "arial narrow"; color: #F89BB8;}
.footer {font:  14px/16px "Franklin gothic book", "charlotte sans", "arial narrow"; color: #F89BB8;}

a:link, a:visited  {
  color: #000000;
  text-decoration: underline;
}
a:hover, a:active {
  color: #044F90;
  text-decoration: none;
}



