/* css includes some styling for all elements here. The one different one is the one that starts with a period, which is the one that floats the text to the right and the image to the left */
h1 {color:blue; background-color: tan; border: 2px solid black;}
li  {color: Yellow; background-color: gold; border: 2px solid green;}
h2 {color: teal; background-color: orange; border: 3px solid gold;}
h3 {color: tan; background-color: black; border: 3px solid gold;}
body {background-color: lightblue;}
.floated-image {  float: left; }