@charset "UTF-8";
/* CSS Document */

/* user_agent : Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) */
/* BODY elements */

	body {
	background-color:#fff;
	}

body{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(http://www.profitable-fundraising-ideas.com/images/bg-image-03.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top center;}

BODY, TD, P
{
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
}

/* H elements */
H1
{
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-size: 26px;
	color: #006600;
	margin:10px 0px 20px 0px;
	text-align: center;
}
H2
{
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-size: 22px;
	color: #FF6600;
	margin:25px 0px 10px 0px;
	text-align: center;
}
H3
{
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	color: #669900;
	margin:25px 0px 10px 0px;
}

