@font-face
  {
    font-family: TdlAjuPi;
    src: url(../../tdlajupi.ttf);
  }

body
  {
    margin: 2%;
    background-color: #f0fff0;
    font-family: TdlAjuPi;
    font-weight: normal;
  }

h4
  { 
    font-family: TdlAjuPi;
    font-size: 6vh;
    font-variant: small-caps;
    font-weight: normal;
  }

h3
  { 
    font-family: TdlAjuPi;
    font-size: 4.5vh;
    font-variant: small-caps;
    font-weight: bold;
  }

h2
  { 
    font-family: TdlAjuPi;
    font-size: 4vh;
    font-weight: normal;
  }

span
  { 
    font-family: TdlAjuPi;
    font-size: 80%;
    font-variant: normal;
    font-weight: normal;
  }

a:link,a:visited
  {
    color: #003000;
    background-color: #baffba;
  }

a:hover
  {
    color: yellow;
    background-color: darkgreen;
    text-decoration: none;
  }
