/* comments look like this */

/* All h1 display messages will be as described here */
h1 {font-style: italic }
/* all backgrounds will use the color below unless over-ridden */
* {background-color:Peru}
/* all printable characters will be the color below unless over-ridden */
* {color:saddlebrown}
a:link {color: blue}
a:active {color: red; font-weight: bold}
a:visited {color: green}