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


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


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



/* h1 is the main header with store name */
h1 
{
text-align:left; color: red; font-family: Arial; font-size: 14px; font-weight: bold;
}


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

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

/* h4 is held for future use */

/* h5 is page text */
h5 
{
text-align:left; color: black; font-family: Arial; font-size: 18px; 
}

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

h6 
{
text-align:left; color: black; font-family: Arial; font-size: 12px; 
}

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

