	body {
		color: black;
		font-weight: normal;
		font-family: Palatino, Bookman, Times, serif;
		}
	/* This will put a mild indent on my paragraphs. */
	p {
		text-indent: 3%;
		}

	/* this code will set default link colors */
		a:link { color: white }
		a:hover {color: rgb(25, 25, 25) }
		a:visited {color: rgb(50, 50, 50) }

	/* h1 is going to be my large font for each section */
	h1 {
		color: white;
		font-family:  Helvetica, Avant Garde, Arial, sans-serif;
		font-weight: normal;
		font-size: 125%;
		}

	/* h2 is my smaller font for each section */
	h2 {
		color: white;
		font-family:  Helvetica, Avant Garde, Arial, sans-serif;
		font-weight: bold;
		font-size: 100%;
		}

	/* h3 is h2 but black */
	h3 {
		color: black;
		font-family:  Helvetica, Avant Garde, Arial, sans-serif;
		font-weight: normal;
		font-size: 100%;
		}
