h1, h2, .Header, .header{
font: normal 32px/36px 'Oswald', sans-serif; 
color: #711371;
margin-top:0px;  
}

h3,.SubHeader, .subheader{
  font: normal 22px/26px 'Oswald', sans-serif; 
  color: #a1a2a6;
  margin-top:0px;
}

.featureheader, .FeatureHeader { 
  font: normal 32px/36px 'Oswald', sans-serif; 
  color: #711371;
  margin-top:0px;
}

.linkbutton, .LinkButton { 
display: inline-block;
*display: inline;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:5px 15px;
background:#711371;
color:#fff;
text-decoration:none;
font-weight:bold;
font-size:14px;
}
    
.SmallText{
  font-size  :11px;
}


/* Main Styles */
td, body, p, li{
  font: normal 14px/20px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; 
  color:#444;
}

.whitetext {color:#ffffff;}

/* Links */
a{
  color:#711371; text-decoration: none; font-weight:bold; -webkit-transition: color 0.4s ease-in; /*safari and chrome */
 -o-transition: color 0.4s ease-in; /* opera */ outline: 0;
}
a:hover{
  color:#c1d72d; text-decoration: none; font-weight:bold;
}
.ServiceHead, .servicehead
{
display:block;
font-weight: 700;
font-size:18px;
line-height:22px;
color: #fff;
background-color:#711371;
padding:5px 10px;
margin-top:0px;
text-transform:uppercase;
}