@charset "utf-8";
/* CSS Document */

* {
    font-family: Calibri,Helvetica, Arial, sans-serif; 
    padding-left: 5px;
}

h1 {
  font-size: 25pt;
  color:cornflowerblue;    
}

h2 {
  font-size: 18pt;
  color:cornflowerblue;
}

h3 {
  font-size: 16pt;
  font-style: italic;
  color:cornflowerblue;
  font-weight: bold;    
}
    
p {
  font-size: 16pt;
}    