1<!-- Define the title of a work with the <cite> tag: -->
2
3<p><cite>The Scream</cite> by Edward Munch. Painted in 1893.</p>
1 body {
2
3 background: #293f50;
4 color: #888;
5 font: 300 16px/22px "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
6
7 }
8