Style Sheet Example for
Corey's Page

Below is the external style sheet for Corey's page. If an element is set for the default, as in font-weight: normal; then you don't have to add that information to the CSS. It's understood to be that. It saves a bit on file size.

CSS Code For Corey's Page

body
{ font-family: "Comic Sans MS", "Bradley Hand", sans-serif; font-size: 12px; color: #003; background-color: #FFF; background-image: url("/images/pages/articles/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; }
h1
{ text-align: center; font-size: 16px; font-weight: bold;}
h2
{ text-decoration: underline; margin-left: -100px; }