BODY {
	font-family: 'Helvetica Neue Thin','Helvetica Neue','Helvetica', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

H1, H2 {
	/*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
	color: darkblue;
}

H4 {
	font-size: x-small;
}

PRE {
	color: #222;
	background-color: #eee;
}
IMG {
	width: 100%;
}
CODE {
	color: #222;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #eee;
}
#footer {
	border-top: solid 1px #ccc;
	padding: 6px;
	font-size: x-small;
	text-align: center;
}


#TopLogo {
    width: 20%;
    cursor: pointer;
    padding-bottom: 12px;
}
#TopLogoSmall {
    width: 40%;
    cursor: pointer;
}

.BeforePre {
	font-size: small;
}
.CopyPre {
	cursor: pointer;
	color: blue;
}
.CopyPre:hover {
	text-decoration: underline;
}