/*
	Bremtone Vinyl Records
	Layout Style Sheet
	Angela Garrett
	Tutorial 3, Case Problem 2
	9/14/2015 
*/

/*  Body style */

body {
	font-family: Verdana, sans-serif;	
	background-color: #c0e59b;
}
/*  h1 style */
h1 {
	text-align: center;
}
/*  h2 style */
h2 {
	color: #000080;
}
/*  h3 style */
h3 {
	color: navy;
	font-weight: bold;
}
/*  h4 style */
h4 {
	text-transform: uppercase;
	font-style: italic;
	color: #800000;
}
/*  Paragraph style */
p {
	text-indent: 5em;
	line-height: 1.5em;
}



