@CHARSET "UTF-8";

.WholeThing {
	color: white;
	background: #cceeff;
	font-family: sans-serif;
	font-size: .16in;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

.InnerPart {
	color: black;
	background: white;
	/*width: 80%;*/
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.CodePart {
	color: black;
	background: #eeeeee;
	/*width: 80%;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*white-space: pre ;*/
	
}
.BigBoldText
	{
	font-size: .19in;
	font-weight: bold;
	line-height: .20in;
	}

.BolderText {
	font-weight: bold;
	font-size: .18in;
	line-height: .168in;
}

.BigText	{
	font-size: .19in;
	clear: both;
	}

