/* Lab Assignment X - John Doe */ /* Showing some contrast with <h2> tags */ h2{color:green;} div.demo1 b {color:blue; background:yellow;} /* This makes a banner at the top that has a nice appearance. */ div#banner{color:blue; background:#BFE2F9;} a:link {color:green;} /* unvisited link */ a:visited {color:lime;} /* visited links (are listed in the browser history)*/ a:focus {color:orange;} /* link that would be selected if enter was pushed */ a:hover {color:red;} /* link that has cursor over the top and would be selected if mouse button was clicked*/ a:active {color:red;} /* active link (has been selected) */ /* End of style sheet */