
* {

  margin: 0;
  padding: 0;
}

html {

  height: 100%;
  font-size: 100.01%
}

body { 

  min-height: 101%; 
  font: 90.01%/130% Geneva, Arial, Helvetica, sans-serif; 
  color: #000000;
  background-color: #ffffff;
  line-height: 20px;
  height: 100%;
}


#list1 ul {

  list-style-type: disc;
  margin: 25px;
  list-style-position: inside;
 
}

a.set2:link, a.set2:visited { 
  text-decoration: underline;   
  color: #1A7EB0;
  font-weight: bold;
  font-size: 12px;
  background-color: #ffffff;
}

a.set2:hover { 
  background-color: #ffffff;
  color: #996600;
}

a.set1:link, a.set1:visited { 
  text-decoration: underline;   
  color: #1A7EB0;
  font-weight: bold;
  font-size: 14px;
  background-color: #ffffff;
}

a.set1:hover { 
  background-color: #ffffff;
  color: #996600;
}

.head {
  font-size: 18px;
  font-weight: bold;
}

.subhead {
  font-size: 16px;
  font-style: italic;
}

.sub_head {
  font-size: 16px;
  font-style: italic;
}

.story_head {
  font-size: 20px;
  font-weight: bold;
}

.intro {

  font: 85.01%/130% Geneva, Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-style: italic;
}

.success_stories {
  font-size: 26px;
  font-weight: bold;
}

.info {
  font-size: 15px;
  font-weight: bold;
}

.left_side {

  border-right: 2px solid #1A7EB0;
  background-color: #303231;
  color: white;
  height: 100%;
}