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

H1 {
   font-family:'Times New Roman', 'serif';
   font-size: 36px;
   background: #ffffff;
}

H2 {
   font-family:'Times New Roman', 'serif';
   font-size: 20px;
   background: #ffffff;
}

P {
   font-family:'Times New Roman', 'serif';
   font-size: 16px;
   background: #ffffff;
}


