body {
	margin: 0;
	padding: 0;
	font: 14px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-align: center; /* for stupid IE */
	background-image: url(../img/textdust.jpg);
	background-position: top left;
	background-repeat: repeat;
	}
	

h1, h2, h3, h4, h5, p, li, blockquote, #footer, table, thead, th {
	font-family: Comic Sans MS, Charcoal, Chicago, Geneva, Monaco, Verdana, sans-serif;
}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 26px;
	text-align: center;

}

h2 {
	font-size: 20px;/* old 22px; */
}

	

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

p {
	font-size: 14px;
	line-height: 22px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ul {
	list-style-type: none;
	list-style-image: url(../img/bullet.gif);
}

li {
	margin-left: 20px;

	color:#9D9282;
	padding-top: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {

}


img {
	border: 0;
	}

