strong {color: red;}
/*sets the rules for things enclosed in the paragraph tags*/
p {
   margin: 5px
   font-family: arial;
   color: blue;
   }