h2,.Header   {
  font-weight:bold;
  font-size  :18px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}

/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}


/* Links */
a{ color: #1c7d2a; text-decoration: none;}
a:hover{ color: #482f5c; text-decoration: underline;}

.footer a{
color: #fff;
}


