/* mark8.css */
body { background-image: url(med-schoolhouse.jpg);
/* this will center image to use like watermark */
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
/* change the font color to black to make it show up */
color: black;
background-color: silver;
font-family: Arial, sans-serif;
margin-left: 15em;
margin-right: 10em;
margin-top: 10em;
line-height: 2;}
blockquote {
text-align: center;
}
h1 { background-image: url(med-schoolhouse.jpg);
background-position: top right;
background-repeat: no-repeat;
font-family: Verdana, sans-serif;
border: 6px double navy;
background-color: white;
padding: 0.5em;
font-variant: small-caps;}
p {
text-indent: 5em;
text-align: left;}
cite {
font-variant: small-caps;}
/* using a name class to make his name navy */
.name {
color: navy;}