/* CSS Document */

body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: small;
	color: #333333;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #000033;
	text-decoration: none;
}

.default_heading {
	color: #990000;
}

.highlighted_heading {
	color: #990000;
	background-color: #eee;
	border: 1px solid #CACACA; // #990000
}

.default_table {
	background-color: #eee;
	border-spacing: 0px;
	border: 1px solid #CACACA; // #990000
	border-collapse: collapse;
}

.code {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}