body
      {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    color: #000000;
    }

h1  
      {
    color: #943C7E;
    background: #FFFFFF;
    font-family: helvetica neue, arial, "franklin gothic book", sans-serif;
    font-size: 1.4em;
    margin: 0;
    }

h2  
      {
    color: #EC008C;
    background: transparent;
    font-family: helvetica neue, arial, "franklin gothic book", sans-serif;
    font-size: 1.2em;
    }

h3  
      {
    color: #EC008C;
    background: transparent;
    font-family: helvetica neue, arial, "franklin gothic book", sans-serif;
    font-size: 1em;
    }

h4  
      {
    color: #EC008C;
    background: transparent;
    font-family: helvetica neue, arial, "franklin gothic book", sans-serif;
    font-size: 0.8em;
    }
	
p   
      {
    color: #943C7E;
    background: transparent;
    font-family: helvetica neue, arial, "franklin gothic book", sans-serif;
    font-size: 0.8em;
	font-weight: bold;
    line-height: 120%
    }

a:link
      {
    color: #00A79D;
    font-family: helvetica neue, arial, "franklin gothic book", sans-serif;
    text-decoration: none;
    font-size: 1.1em;    
    }

a:visited
      {
    color: #AA976F;
    font-family: helvetica neue, arial, "franklin gothic book", sans-serif;
    text-decoration: none;
    font-size: 1.1em;
    }

a:hover
      {
    color: #EC008C;
    }

a:active
      {
	text-decoration: underline;
    }
     