	a:link		{color: navy; font-weight: bold;} 
	a:visited	{color: purple; font-weight: bold; }
	a:hover		{color: white; background-color:gray;}
	a:active		{color: red; font-size: larger;}

body{
	background: url("ivory.png");
	font-family: "courier new", courier;
	margin: 0em 3em 0em 3em;
	}
h1 {font-family: "trebuchet ms", arial, sans serif;
	color: navy;
	font-size: 1.5em;
	
	}

h2{
	font-family: "trebuchet ms", arial, sans serif;
	color: navy;
	font-size: 1.5em;
	}

div.quote{
	margin: 1em 3em 1em 3em;
	font-size: smaller;
	font-weight: bold;
	}

