p {
   font-size: 18px;
  }
.odd {
      font-size: 18px;
      background-color: silver;
     }
#even {
      font-size: 18px;
       background-color: gainsboro;
     }
