p {
	font-family: Candara, Verdana, Arial, Helvetica;
	font-size: 16px;
	color: rgb(0,102,0);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
}


body {
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: darkgreen;
	font-family: arial;
	
}



