/*
	Gild Shipping
	Layout Style sheet

	Author: Ron Stafford
	Date: 2-6-2013
*/

/* body */

	body {

		background-color: #c19b76;
		font-size: 1.1em;
		font-family: Arial, Helvetica, sans-serif;
		
	     }



/* Heading Styles */

a{
	color: teal;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none
 }

p{
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
 }

h1{
	font-size: 1.5em;
	font-weight: italic;
	font-family: Copper Black, sans-serif;
  }

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

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

h4{
	color: maroon;
	text-transform: uppercase;
	font-weight: italic;
	text-align: left;
  }

em{
	color: green;
	text-transform: boldest
  }

