/* reversecolor.css */
/* reverse color */
body{
	color: #fff;
	background-color: #000;
	margin-left: 30px;
	margin-right: 30px;
}

a:link{
	color: #0ff;
	background-color: transparent;
}
a:visited{
	color: #0ee;
	background-color: transparent;
}
a:hover{
	color: #aff;
	background-color: transparent;
}
a:active{
	color: #ff0;
	background-color: transparent;
}
a:focus{
	color: #ff0;
	background-color: transparent;
}


h1{
	color: #9cf;
	font-family: sans-serif;
}

.subtitle{
	color: #9cf;
	font-family: sans-serif;
	font-size: 80%;
}

h2{
	color: #fff;
	background-color: #000733;
	padding-left: 3px;
	border-left: solid 5px #1bf;
	border-bottom: solid 1px #1ae;
}

h3{
	color: #bdf;
	padding-left: 3px;
	border-left: solid 3px #1bf;
	border-bottom: solid 1px #124;
	margin-bottom: 0;
}

h4{
	padding-left: 2px;
	border-left: double 9px #79f;
}

h5{
	border-left: solid 9px #79f;
	padding-left: 2px;
}

p.lastupdate{
	font-size: 90%;
	font-family: monospace;
}

div.guide{
}

div.edition{
	background-color: #050510;
	border: solid 1px #124;
	border-top: 0;
	padding: 5px;
	padding-bottom: 1em;
}

div.fileinfo{
	font-size: 90%;
}

.note{
	color: #cfc;
}

code{
	border-color: #333;
	background-color: #111;
}

dfn{
	border-color: #999;
	background-color: #222;
}

div.newver{
	border-bottom: solid 1px #444;
}

th{
	background-color: #111522;
}

table, td, th{
	border-color: #eee;
}

.basecolor {
	color: #fff;
	background-color: #000;
}

.headcolor {
	color: #fff;
	background-color: #000733;
}

.blockcolor {
	color: #fff;
	background-color: #050510;
}

.subtext {
	color: #bbb;
}
