body {
	background-color: white;
	color: black;
}

.FAQ .Question:before, .FAQ .Answer:before { 
	font-size: 1.5em;
	font-weight: bold;
}

.FAQ .Question:before { 
	content: "Q: ";
	color: red;
}

.FAQ .Answer:before { 
	content: "A: ";
	color: green;
}

code {
	font-family: "Courier New", Courier, "Lucida Console";
}

pre.Java, pre.XML {
	margin: 0px;
	padding: .5em 1em .5em 1em;
	border-style: dashed;
	border-width: 1px;
}

pre.Java {
	background-color: #f0eeff;
}

pre.XML {
	background-color: #ffffef;
}		

.Center {
	text-align: center;
}