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

/* pink background color */
body 
{
background-image: url(images/bg3.jpg)
}
/* 
background-color: #FFAAAA;
*/

/* h1 is the main header with store name */
h1 
{
text-align:center; color: green; font-size: 36px; font-family: Lucida Handwriting
}

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

/* h3 is page topic */
h3 
{
text-align:center; color: white; font-size: 24px; font-family: Didot; font-weight: bold; background-color: green;
}

/* h4 is held for future use */

/* h5 is page text */
h5 
{
text-align:center; color: black; font-size: 14px; font-family: Helvetica 
}

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

h6 
{
text-align:center; color: black; font-size: 12px; font-family: Helvetica 
}