/*****************
  This is your playground. Customize Hemingway to your hearts extent. 
*****************

/* LAYOUT WIDTH */

/* Example for a fluid layout:
.inside{
	width:95%;
}
*/

/* Example for a static layout:
.inside{
	width:800px;
}
*/


.cc_body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}

.cc_codeSection{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 30px;
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	text-align: justify;
}

.cc_code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	border: 1px inset #999999;
	width: 85%;
	padding: 15px;
	text-align: justify;
}
.cc_bodyRed {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FF0000;
}
.cc_bodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-style: italic;
}

.cc_pre{
	width:100%;
	padding:1em 0;
}

