<!--
	Author: Jessica Haneline
	Date: 04.10.2012
	Purpose: CSS practice
	Originally created on: notepad++
	Last Modified on: 04.10.2012
	Last Modified by: Jessica Haneline
	Modified History:
		04.10.2012-Created Project (JRH)
-->
body { background-color: #E6E6FA;
	color: #191970;
	font-family: Arial, Verdana, sans-serif;
}
h1 { background-color: #191970;
	color: #E6E6FA;
	line-height: 300%;
	font-family: Georgia, "Times New Roman", serif;
}
h2 { background-color: #AEAED4;
	color: #191970;
	font-family: Georgia, "Times New Roman", serif;
}
p {font-size: .90em;
}
ul {font-weight: bold;
}
.nav { font-weight: bold;
	font-style: italic;
}
.companyname { font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25em;
}
