body {
  background-color: white;
}

p {
  color: black;
  font: bold 15px Century Gothic, Arial Narrow, Tahoma;

}


p1 {
  color: red;
  font: italic 25px Times New Roman;

}

p2 {
  color: gray;
  font: 12px Arial Narrow;

}