	body { background-color: "#ffffff" }
	A:link, A:visited, A:active { text-decoration: "none"; color: "blue" }
	A:hover { color: "green"; text-decoration: "underline" }
	p { font-family: "Arial"; font-style: "normal"; color: "black" }
	h1 { font-family: "Arial"; color: "black"; font-style: "bold" }
	h2 { font-family: "Arial"; color: "blue"; font-style: "bold"; font-size: "large"}
	h3 { font-family: "Arial"; color: "black"; font-weight: "lighter" }
	h4 { font-family: "Arial"; color: "black"; font-weight: "lighter"; font-style: "italic" }