body {
	margin: 0px 20px 0px 20px;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #555;
	font-size: 15px;

}

#back-to-top {
	position: fixed;
	top: 0px;
	right: 50px;
	background-color: #FB8514;
	padding: 15px 20px 15px 20px ;
	font-weight: bold;
	color: #F8F8FF; 
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
}


#back-to-top a {
	color: #F8F8FF; 
}
#back-to-top a:hover {
	text-decoration: none;
}

strong a { 
	font-weight: normal;
	float: right;
	color: #FB8514; 
}

p {
	padding: 0px 20px 0px 20px;
}

h1 {
	border-bottom: 2px solid #F58500;
}

h4, h5, pre, table {
	margin-left: 20px;
}

h3 {
	border-bottom: 1px dotted #ccc;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

pre {
	font-size: 12px;
}

table {
	background-color: ghostWhite;
	border-collapse:collapse;
}
	
tr th, tr td {
	padding: 5px 9px 5px 9px;
}

tr th {
	background-color: white;	
	border-bottom: 2px solid #ccc;
	font-size: 14px;
}

tr td {
	border-bottom: 1px solid #EEE;
	font-size: 13px;
	color: black;
}
