html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body {
	font-size: 12px;
	background: #777;
	margin: 3em 0 5em;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.44em;
	color: #fff;
	cursor: default;
	position: relative;
	left: 0;
	top: 0;
	z-index: 0;
}
h1 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 0.5em 1.2em;
}
h2 {
	font-weight: normal;
	font-size: 1em;
	margin: 4em 0 0.5em 2em;
	color: #fff;
}
h3 {
	font-weight: bold;
}
#text {
	background: #FF8400;
	width: 27em;
	padding: 0.5em 1em 0.5em 2em;
}
#runced {
	width: 27em;
}
#runced img {
	position: absolute; 
	left: 30em;
	top: 5em;
	z-index: -1;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 32.5em;
	color: #333;
}
li {
	background: #fff;
	padding: 0.5em 1em 0.5em 2em;
	border-bottom: 1px solid #9c9c9c;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
#text a {
	color: #fff;
}
#text a:hover {
	text-decoration: none;
}
ul a {
	color: #0051FF;
}
ul a:hover {
	text-decoration: none;
}
ul p {
	border-top: 1px solid #ccc;
	padding: 0.2em 0 0.1em;
}