.heading_lg {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: normal; 
  font-style: italic; 
  font-size: 22px;
  color: #ffffff;
}

.heading_sm {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  color: #f7bc18;
}

.blue_lg {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #053f78;
}

.blue_med {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #053f78;
}

.blue_sm {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #053f78;
}

.gold_lg {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #f7bc18;
}

.gold_med {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f7bc18;
}

.gold_sm {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #f7bc18;
}

.white_lg {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.white_med {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.white_sm {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

a:link {
  font-weight: normal; 
  text-decoration: underline; 
  color: #053f78;
}

a:hover {
  font-weight: normal; 
  text-decoration: underline; 
  color: #1173d4;
}

a:visited {
  font-weight: normal; 
  text-decoration: underline; 
  color: #053f78;
}

a:visited:hover {
  font-weight: normal; 
  text-decoration: underline; 
  color: #1173d4;
}

a.reverse {
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}

a.reverse:hover {
  text-decoration: none; 
  font-weight: normal;
  color: #f7bc18;
}

a.reverse:visited {
  text-decoration: none; 
  font-weight: normal;
  color: #ffffff;
}

a.reverse:visited:hover {
  text-decoration: none; 
  font-weight: normal;
  color: #f7bc18;
}

#nav_container {
  position: relative;
  top: 10px;
  left: 15px;
 }
 
#lifestyle {
  position: relative;
  width: 185px;
  float: left; 
  top: 3px;
  left: 15px;
 }
 
#category {
  position: relative;
  width: 285px;
  float: left; 
  left: 20px;
  top: 3px;
 }
 
#testimonial {
  position: relative;
  width: 219px;
  height: 180px;
  float: right; 
  right: 16px;
  top: -10px;
 }
 
 #featured_header {
  position: relative;
  top: 10px;
  left: 15px;
 }
 
 #featured_container {
  position: relative;
  top: 15px;
 }
