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

/* Body */

body {
	background-color: #c19b76;
	font-family: Helvetica;
	font-size: 1.1em
}

h1 {
	font-style: italic;
	font: cooperblack;
	font-size: 150%;
}

h2 {
	color: white;
	background-color: teal;
}

h3 {
	color: white;
	background-color: teal;
}

h4 {
	font-variant: small-caps;
}

em {
	color: green;
	text-decoration: none;
	font-weight: bold;
}

a {
	font-size: 1.5em;
	color: teal;
	font-weight: bold;
	text-decoration: none;
}
</pre></body></html>