html, body, h1, h2, h3, h4, h5, h6, p, a, div, img, ul, ol, li, dl, dd, dt, table, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	width: 100%;
	color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html {
	background: #68003e url(/images/page_bg.jpg) repeat-x 16px 0;
}
h2, h3 {
	margin-bottom: 1.1em;
	font-size: small;
	text-align: left;
	color: #fbff00;
}
p, h3, ul {
	font-size: small;
	margin-bottom: 1.1em;
	line-height: 1.4;
}
ul {
	list-style: square;
}
li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	font-size: small;
	line-height: 1.4;
}
a, a:link {
	color: #66e942;
}
a:visited {
	color: #71c25b;
}
a:hover, a:active {
	color: #f3fc00;
}

