body {

	font-family: arial;

	font-size: 20px;
	
	color: black;

	font-style: normal;

	font-weight: bold;

	
	background-attachment: fixed;

	background-repeat: repeat;

	background-position: left top;
	
	background-image: url(background8x6.jpg);

}

h1

{
font-family:  Arial;

font-style:  italic;

font-weight:  bold;

text-align:   center;

text-transform: uppercase;
}






A:link {color:  #FFFFFF;}

A:visited {text-decoration:  none; color: #CCCCCC}

A:active {text-decoration:  none}

A:hover {color: blue;}

