/* CSS Document record_layout.css
	Bryan Berryhill 900283693
	September 28, 2015
	
*/
h1
{
	text-align: center;
}

h2
{
	color: navy;
}

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

}

h4
{
	color: maroon;
	text-transform: uppercase;
	font-style: italic;
	
}

/* paragraph */
p
{
	text-indent: 5em;
	line-height: 1.5em;
	
}

body 
	{
	font-size: 1.2em;
	font-family: Verdana, sans-serif;
	background-color: #c0e59b;
	}	
	
