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, h3 {
    color: #B4FA3C;
}
a:link {
	text-decoration: underline;
	font-weight: inherit;
	color: inherit;
	background: inherit;
}	

a:visited	{	
	text-decoration: inherit;
	font-weight: inherit;
	color: inherit;
	background: inherit;
}			
a:active {
	text-decoration: inherit;
	font-weight: inherit;
	color: inherit;
	background: inherit;
	}		
a:hover	{	
	text-decoration: underline;
	font-weight: inherit;
	color: #B4FA3C;
	background: inherit;
}	
.code, p.code {
    white-space: nowrap;
}
#susannahandalex {
	background: transparent url(susannahandalex.png) no-repeat top left;
	height: 0;
	overflow: hidden;
	padding-top: 171px;
	width: 420px;
}
@media only screen and (device-width: 768px) {
#susannahandalex {
	background: transparent url(susannahandalexbig.png) no-repeat top left;
	background-size: 420px 171px;
	height: 0;
	overflow: hidden;
	padding-top: 171px;
	width: 420px;
}
}
