Style Sheet Example for
Corey's Page

Below is the external style sheet for Corey's page. With the exception of the text colours, this is exactly how the page would look. Corey's page would have dark blue, not black text.

CSS Code For Corey's Page

body
{ text-align: left; text-decoration: none; font-family: "Comic Sans MS", "Bradley Hand", sans-serif; font-size: 11px; font-weight: normal; font-style: normal; color: #003; background-color: #FFF; background-image: url("../images/pages/tutorials/flag.gif"); background-repeat: repeat-y; background-position: -150px; margin: 0px 50px 10px 150px; padding: 5px; border-width: 6px; border-color: #006; border-style: double; border-left-style: none; }
h2
{ text-decoration: underline; margin-left: -100px; }