.code {
	font-family: "Courier New", Courier, mono;
}
.codeComment {
	font-family: "Courier New", Courier, mono;
	color: #33CC00;
}
.codeBox {
	background-color: #CCCCCC;
	height: auto;
	width: 600px;
	border: thin solid #999999;
	font-family: "Courier New", Courier, mono;
	font-size: small;
	padding: 3px;
	position: relative;
	clip:      rect(auto auto auto auto);
	left: 50px;
	float: none;
	clear: both;
}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.TopHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
}
.lastUpdated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	float: right;
	width: auto;
	font-weight: lighter;
}
.standart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
