body
{
  background-color: white;
  font-size: 0.9em;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  line-height: 2.5ex;
  text-align: left;
}

p
{
  margin-top: 0ex;
  margin-bottom: 0ex;
}

h1
{
  font-weight: bold;
  color: #ee276a;
  font-size: 1.5em;
  margin-top: 0;
    margin-bottom: 1ex;
    margin-left: 0;
        margin-right: 0;
  padding: 0;
}

h2
{
  font-weight: bold;
  color: #177924;
  font-size: 1.3em;
  margin-top: 2ex;
  margin-bottom: 1ex;
  padding: 0;
}

h3
{
  font-weight: bold;
  color: #177924;
  font-size: 1.1em;
}

h4
{
  font-weight: bold;
  color: #177924;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}

ul li
{
  margin-left: 0em;
  margin-bottom: 2ex;
  list-style-type: none;
  padding: 0;
}


em
{
  font-weight: bold;
  font-style: normal;
  color: #177924;
  font-size: 1.1em;
}


strong
{
  color: #ee276a;
  font-size: 1.1em;
 }

  
  a:link
{
  font-weight: bold;
  font-style: normal;
  color: #ee276a;
  font-size: 1em;
}

a:visited
{
  font-weight: bold;
  font-style: normal;
  color: #6EBFAA;
  font-size: 1em;
}

a:hover
{
  font-weight: bold;
  font-style: normal;
  color: #177924;
  font-size: 1em;
}

a:active
{
  font-weight: bold;
  font-style: normal;
  color: white;
  background-color: #ee276a;
  font-size: 1em;
}


