body {
	font-family: Tahoma, Verdana, Georgia, Arial;
	color: #999999;
	background-color: #333333;
	background-image: url(images/bg.png);
}
.highlight {  font-weight: bold; color: #D59146}
a:link { color: #999999 }
a:visited { color: #999999 }
a:hover { color: #999999 }
.heading {
	font-size: medium;
	font-weight: bold;
	color: #D59146;
	font-variant: small-caps;
}
.important {  font-style: italic; color: #D59146}
.question {
	font-weight: bold;
	color: #D59146;

}
blockquote {
	margin-left: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {

	font-size: medium;
	font-weight: bold;
	color: #D59146;
	font-variant: small-caps;
}
h2 {

	font-size: medium;
	font-weight: bold;
	color: #D59146;
}
h3 {
	color: #D59146;
	font-weight: normal;

}
h4 {
	font-weight: bold;
}
.script {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 120%;
}
.code {
	font-family: "Courier New", Courier, mono;
}

p {
	margin: 0px;
}
.code blockquote {
	margin: 0px;
}

