body {	
	color:	#EEEEEE;
	background:	#101010;
	font-family: futura, helvetica, arial, sans-serif;
	font-size: 11pt;
	width: 540px;
	margin-left: 100px;
    font-weight: normal;
}
h1, h2 {
    text-align: center;
    font-weight: normal;
}
h1 {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 3.5em;
}
h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1pt;
    margin-top: 2em;
    margin-bottom: 2em;
}
h3 {
    font-size: 1.2em;
    margin-top: 2em;
    margin-bottom: .5em;
    text-align: left;
    font-weight: normal;
}
p {
    font-size: 1em;
    font-weight: normal;
    margin-right: 100px;
}
em, p.em {
    font-style: inherit;
    font-weight: inherit;
    text-transform: uppercase;
    letter-spacing: 1pt;
}
img {
border: 0px solid black; 
}
li {
	margin-top:	0;
	margin-bottom:	1em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	font-size: 1em;
}
.code, p.code {
    white-space: nowrap;
}