/*this contains all styles that we want to show up in the snippet master editor window*/
a,a:active,a:visited{
  color:#869744;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

ul{
  list-style-type:disc;
  margin:5px 0 5px 30px;
}


p.subHead{
  color:#8A9C50;
  padding:0px !important;
  position:relative;
  top:-7px;
  left:0px;
}