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

/* background color */
body {
	background-color: #669966;
}


a:link {
	color: #7CB6C9;
}
a:visited {
	color: #000000;
	background-color: #FFFFCC;
}
a:hover {
	color: #003366;
	background-color: #FFFFFF;
}
a:active {
	color: #FFFF99;
}

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


/* h2 is the menu / links navigation toolbar */
h2 
{
text-align:center; color: #FFFFFF; font-family: italianate; font-size: 18px; background-color: #669966;

}

/* h3 is page topic */
h3 
{
	text-align:center;
	color: #339900;
	font-family: italianate;
	font-size: 24px
}

/* h4 is held for future use - contact us link at bottom of the page*/
h4 
{
text-align:left; font-family: font-family: Helvetica, Verdana, sans-serif; color: black; font-size: 20px; font-weight: bold;
}


/* h5 is page text, align left */
h5 
{
text-align:left; font-family: Helvetica, Verdana, sans-serif; color: black; font-size: 16px
}

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

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

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