/* Style Sheet */
body {
  background-color: #ffffff;
  color: #000; 
}

p {
  font: normal 32px "Franklin gothic book", "charlotte sans", "arial narrow"; 
}

.soon { 
  font: normal 16px "Franklin gothic book", "charlotte sans", "arial narrow"; 
  font-style: italic;
}
img { 
  padding-top: 50px;
  padding-left: 50px;
}

li{
  font: 15px/15px "Franklin gothic book", "charlotte sans", "arial narrow"; 
  color: #708090;
}



.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: #FFFFFF;
  text-decoration: underline;
}
a:hover, a:active {
  color: #044F90;
  text-decoration: none;
}



