.code {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: smaller;


}
.update {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.smallText {
	font-size: small;
}
.idea {
	color: #CC0000;
	font-weight: bold;

}
.xmlcode {
	font-size: 12px;
	color: #006600;
	font-weight: bold;
}
.console {
	font-family: "Courier New", Courier, mono;
	font-size: smaller;
}
.section {
	background-color: #FF3300;
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: thin solid;
	color: #000000;




}
.sidebar {
	border: thin dotted #800080; 
	margin-left: 10px; 
	padding-left: 10px; 
	float: right; 
	width: 49%;
}
.blue {

	color: #0000FF;
}
