Style Sheet Example for
"Brett's Page"

Below is the external stylesheet for Brett's essay page. There are some differences between the posted CSS and the actual CSS for this page. Use the View>(Page) Source function of your browser to see what I mean. You may need to resize the page to see some of the functions.
body
{ text-align: left; font-family: Arial, Helvetica, sans-serif; color: #900; font-size: 14px; background-color: #FFF; background-image:url("fleur2.jpg"); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; margin: 10%; padding: 5px; }
h1
{ text-align: center; font-size: larger; font-weight: bold; }
h2
{ text-decoration: underline; }
p
{ text-indent: 2em; }
iquote
{ font-style: italic; }
ititle
{ text-decoration: underline; }
blockquote
{ font-style: italic; background-color: #FFF; padding: 10px; border-width: medium; border-color: #009; border-style: outset; }
bqtitle
{ text-align: right; text-decoration: underline; }