<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Case Problem 2
	Layout Style sheet
	Author: Zach Marvin
	Date: 10/16/2013
*/

/* Body */

body {
	background-color: #c0e59b;
	font-family: Verdana;
}

h1 {
	text-align: center;
}

h2 {
	color: navy;
}

h3 {
	color: navy;
	font-weight: bold;
}

h4 {
	color: maroon;
	font-style: italic;
	text-transform: uppercase;	
}
/* Paragraph */
p {
	text-indent: 5em;
	line-height: 1.5em;
}</pre></body></html>