@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;
}


/* 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;
}
