/* change colors, font, and size */
h1 {color:Black;font-family:courier; font-size: 50px;}
h2 {color:Black;font-family:courier; font-size: 40px;}
h3 {color:Skyblue;font-family:courier; font-size: 20px;}
p {color:Grey;font-family:courier; font-size: 15px;}
li {color:Grey;font-family:courier; font-size: 15px;}
/* changed the bullet points on the list */
ul {
  list-style-image: url("https://cdn0.iconfinder.com/data/icons/typicons-2/24/star.png");
}