body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body div#content {
	border: thin solid silver;
}

h1 {
	color: #3366FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

h2 {
	color: #A64A5A;
	font-family: Arial Black, Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: left;
	font-size: 16px;
}

h3 {
	text-align: left;
	font-weight: bold;
	color: black;
}

code {
	font-weight: bold;
	color: maroon;
	background-color: #FFFFCC;
	border: 1px solid black;
	overflow: auto;
	white-space: pre;
	text-align: left;
}

code.xml {
	color: blue;
}

code .codeQuotes {
	color: blue;
}

 code .codeComments {
	color: #777777;
}

code .codeStrings {
	color: black;
}

code .plainText {
	color: black;
	font-weight: normal;
}
