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

/* background  */
body {
	background-image: url(/images/background_digital_snow.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #339900;
}
a:active {
	color: #000000;
}



/* h1 is the main header with store name */
h1 
{
text-align:center; color: blue; font-family: Helvetica, Geneva, Verdana; font-size: 24px; font-weight: bold;
}


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

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

/* h4 is held for future use */

/* h5 is page text */
h5 
{
text-align:center; color: black; font-family: geneva, helvetica, verdana; font-size: 18px; 
}

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

h6 
{
text-align:center; color: black; font-family: geneva, helvetica, verdana; font-size: 12px; 
}

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