a:link {
	color:#0066cc;
}

a:visited {
	color:#6699cc;
}

h1,h2,h3,h4,h5,h6 {
	color:#a70000;
}

div.producttitle {
/*	background: #a70000 url(../images/h1-bg.png) top left repeat; */
	color:#a70000;
}

.section h1.title, div.title, .docnav.top li.home  {
	color:#a70000;
}



table {
	border:1px solid #aaa;
}

table th {
	background-color:#900;
}

table tr.even td {
	background-color:#f5f5f5;
}

.revhistory table th {
	color:#a70000;
}

.titlepage .edition {
	color: #a70000;
}

.formalpara div.title {
    color:#a70000;
}

span.remark{
	background-color: #ffff00;
}

.article div.subtitle, .article h2.subtitle, .article h3.subtitle {
	text-align: center;
}

/* Start Highlighting css. */
.hljs {
	-webkit-text-size-adjust: none;
}

.hljs-comment,
.language-diff .hljs-header,
.hljs-javadoc,
.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
	color: #555;
	font-style: italic;
}

.hljs-keyword,
.hljs .assignment,
.hljs-literal,
.language-css .rule .hljs-keyword,
.hljs-winutils,
.language-javascript .hljs-title,
.language-lisp .hljs-title,
.hljs-subst {
	color: #305F8D;
}

.hljs-number,
.hljs-hexcolor {
	color: #00007f;
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc,
.language-tex .hljs-formula {
	color: #5C3566;
}

.language-javascript .hljs-title,
.language-lisp .hljs-title,
.hljs-subst {
	font-weight: normal;
}

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.language-django .hljs-tag .hljs-keyword {
	color: #000080;
	font-weight: normal;
}

.language-java .hljs-annotation {
	color: #007f00;
}

.hljs-attribute,
.hljs-variable,
.hjls .instancevar,
.language-lisp .hljs-body,
.language-xml .hljs-attribute {
	color: #b03060;
}

.hljs-regexp {
	color: #b68;
}

.hljs-symbol,
.language-ruby .hljs-symbol .hljs-string,
.language-ruby .hljs-symbol .hljs-keyword,
.language-ruby .hljs-symbol .keymethods,
.language-lisp .hljs-keyword,
.language-tex .hljs-special,
.hjls .input_number {
	color: #305F8D;
}

.hljs-deletion {
	background: #fdd;
}

.hljs-addition {
	background: #dfd;
}

.language-diff .hljs-change {
	background: #ffff77;
}

.hljs-chunk {
	color: #666;
}

.language-tex .hljs-formula {
	opacity: 0.5;
}
/* End Highlighting css */