/* text formatting */
h1 {color:Black; 
  font-family:Papyrus}
h2 {color:Black;
  font-family:garamond}
a {font-family:garamond;
text-align: right}
p {color:gray;
  font-family:garamond;
text-align: right}
/* list style image (WEBSITE DIDNT WORK) */
ul {
list-style-image: url("https://cdn0.iconfinder.com/data/icons/typicons-2/24/star-64.png");
} 
/* background */
body {background-color: lightgray;}