/* For IE */
@font-face {
        font-family: 'PT-Sans';
        src: url('/fonts/PT_Sans_Italic.eot');
        font-style: italic;
}

@font-face {
        font-family: 'PT-Sans';
        src: url('/fonts/PT_Sans.eot');
}

@font-face {
        font-family: 'PT-Sans';
        src: url('/fonts/PT_Sans_Bold.eot');
        font-weight: bold;
}

/* Other Browsers */
@font-face {
  font-family: 'PT-Sans';
  src: url(/fonts/PT_Sans.ttf), local('PT Sans');
}

@font-face {
  font-family: 'PT-Sans-Bold';
  src: url(/fonts/PT_Sans_Bold.ttf), local('PT Sans Bold');
  font-weight: bold;
}

@font-face {
  font-family: 'PT-Sans';
  src: url(/fonts/PT_Sans_Italic.ttf) format("truetype"), local("PT Sans Italic"); /* Other browsers */
  font-style: italic;
}

body{font-family: Arial;}

h1{font-size: 20px; font-family: "PT-Sans", Arial, Verdana; font-style: italic; color: #d3118c; font-weight: normal;}
h2{font-size: 17px; font-family: "PT-Sans", Arial, Verdana; font-style: italic; font-weight: normal;}
h3{font-size: 17px; font-family: "PT-Sans", Arial, Verdana; font-style: italic; font-weight: normal;}
h4{font-size: 17px; font-family: "PT-Sans", Arial, Verdana; font-style: italic; font-weight: normal;}

p{font-family: Arial; line-height: 18px;}

a{display: block; outline: 0; color: #d3118c; font-style: italic; text-decoration: none;}
a:hover{color: #000;}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
