h1,.Header,h2,.header{
font: 400 44px/48px 'Reenie Beanie', cursive; 
color: #e2170f;
margin-top:0px;
margin-bottom:15px;  
}

h3,.SubHeader,.subheader{
  font: 400 38px/42px 'Reenie Beanie', cursive; 
  color: #6a8da3;
  margin-top:0px;
}
    
.SmallText{
  font-size  :11px;
}
.bluetext { color:#6a8da3; }
.redtext { color:#e2170f; }

.phone { font: 400 50px/54px 'Reenie Beanie', cursive; 
color: #6a8da3;
margin-top:0px;  
 }

.BlueHeader, .blueheader{
font: 400 32px/36px "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif; 
color:#6a8da3;
}
   
/* Main Styles */
td, body, p, li{
  font: 400 14px/20px "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif; 
  color:#555;
}


/* Links */
a{
  color:#6a8da3; text-decoration: none; font-weight:700; -webkit-transition: color 0.4s ease-in; /*safari and chrome */
 -o-transition: color 0.4s ease-in; /* opera */ outline: 0;
}
a:hover{
  color:#e2170f; text-decoration: none; font-weight:700;
}

.ServiceHead, .servicehead
{
display:block;
font-weight: 700;
font-size:18px
line-height:22px;
color: #fff;
background-color:#666;
padding:5px 10px;
margin-top:0px;
text-transform:uppercase;
}