@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: #CCCCCC;
}
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: red; font-family: Forte; 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:left; color: black; font-family: verdana, helvetica, san-serif ; font-size: 16px; 
}

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


.title
{font-family: Georgia, "Times New Roman", Times, serif; 
/* This is the set of fonts used with Georgia taking priority.  In unavailable, News New Roman, a smilar looking font is called into use. */
font-size: 24px;
/* this is the size of the font */
color: #000;

padding: 10px;
-moz-border-radius: 20px; 
-webkit-border-radius: 20px; 
border: 5px solid #000; 


}
/* this is the color of the font */ 

