
@charset "utf-8";
/* CSS Document */
/* Comment */

/* background color and image */
body {
	background-image: url(“http://www.gerriivory.com/images/background-grey-flower.jpg”)
		
}


/* h1 is the main header with store name */
h1 
{
text-align:center; color: #D90000; font-family: Didot; font-size: 24px; font-weight: bold;
}


/* h2 is the menu / links navigation toolbar */
h2 
{
text-align:center; color: black; font-size: 18px
}

/* h3 is page topic */
h3 
{
	text-align:center;
	color: #D90000;
	font-size: 18px
}

/* h4 is held for future use - now for contact us info */
h4 
{
text-align:center; color: #FFF; font-size: 18px; background-color:#D90000
}


/* h5 is page text */
h5 
{
text-align:center; color: #D90000; font-size: 18px
}

/* h6 is the fine print, like the copyright notice */

h6 
{
text-align:center; color: #D90000; font-size: 12px
}

.logo1 {
	font-family: Forte;
	font-weight: bold;
	font-size: 24px;
}

