h1 { 
  color:red;
  font-size: 24px;
  font-family: Arial Narrow;
  
}


ul{
  list-style-type: square;
  font-family: Arial Black;
  font-size:12px;
}

p {
   color: green;
   text-align: justify;
   font-family: Times New Roman;
   font-size:10px;
}