/* Midterm style sheet for the www.huntvale.info website created in partial requirements for LIS 753-98 */

/* This style sheet was designed by Valeria Hunter for midterm.html */



body {	background-color: #F5E4AD;

	font-family: Calibri, Tahoma, Verdana, sans-serif;

	font-size: large;

}


/* The background color of a gently worn book page is used to evoke a feeling of comfortable well-loved books. */
/* Continuing the book theme, heading colors match, and a dark and high contrast color that is easy to read against the background plus calls attention to the sales. I chose a very dark purple to avoid problems with red/green colorblindness. */


h1 {	font-size: 150%;


	color: #66467A;
	text-align: left;

}


h2 {	font-size: 200%;


	color: #66467A;
	text-align: left;
}

h3 {	font-size: 125%;


	color: #66467A;
	text-align: left;
}

/*Use relative sizing for text - headings and body text for accessible design */
/* I considered repetition with the same font color in each heading. */
/* Considering alignment, I used left-alignment for everything. */

#footer {
	font-size: 75%;
	text-align: right;
	font-style: oblique;
}

/*Footer is smaller, italicized, aligned right, to distinguish it from the content. */