

/* style the blockquote */
blockquote {
margin: 50 90 0 60px;
line-height:150%;
}


/* style body text */
body {
font-family: arial, verdana, helvetica, san-serif;
background: url(images/background.jpg);
body-color: white;
}

p {
text-align: left;
}


/* style link colors */

a:link {color: purple; text-decoration: none;}
a:visited {color: navy; text-decoration: none;}
a:hover {color: green; text-decoration: underline;}
a:active {color: red; text-decoration: underline;}

/* footer */
#footer

	{text-align: center;
	background-color: #eee; 
	margin: 0px;
        font-size: small;}

/* mainbody */
#mainbody
{
background-image: url(images/watermark.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

h1, h2, h3 {color: navy;}