My Third HTML document
Here is the content of my style sheet.

body {background-color: yellow;
color: blue;
font-family: cambria;
font-size: 150%;
border-top: medium solid red;
border-bottom: medium solid red}

a:link {color: green}
a:visited {color: red}

This is a link to a second website that uses this style sheet
2nd web page with CSS


This is a link to a style sheet tutorial
Style Sheet Tutorial

This is a link that takes me to my home page
Go to my Home page for this example