/* Sample Webpage Lab  style.css - Note that you need to fill this in yourself! */

body {
  /* Body styles go here.  Example:
  font: 12px "Times New Roman", Arial, sans-serif;
  background: #FFFFFF
  */
}

p {
  /* You can format other tags like <p> also
}

a {
  /* Formatting links */
}

a:active {
  /* Different formatting for active links- there's also
  a:visited and a:hover */
}

/* Other possible style blocks go here... */

