/* lowcolor.css */
/* low contrast color */
body{
	color: #000;
	background-color: #e0e0e6;
	margin-left: 30px;
	margin-right: 30px;
}

a:link{
	color: #0000f2;
	background-color: transparent;
}
a:visited{
	color: #00d;
	background-color: transparent;
}
a:hover{
	color: #0000f2;
	background-color: transparent;
}
a:active{
	color: #f20000;
	background-color: transparent;
}
a:focus{
	color: #f20000;
	background-color: transparent;
}


h1{
	color: #06a;
	font-family: sans-serif;
}

.subtitle{
	color: #06a;
	font-family: sans-serif;
	font-size: 80%;
}

h2{
	color: #000;
	background-color: #d0dcf0;
	padding-left: 2px;
	border-left: solid 2px #0033dd;
	border-bottom: solid 1px #0033dd;
}

h3{
	color: #003;
	background-color: #dde2f0;
	padding-left: 2px;
	padding-bottom: 1px;
}

p.lastupdate{
	font-size: 90%;
	font-family: monospace;
}

div.guide{
}

div.edition{
	padding: 5px;
	border: solid 1px #aaa;
	background-color: #eee;
}

div.fileinfo{
	font-size: 90%;
}

.note{
	color: #eee;
}

th {
	background-color: #dde2f0;
}

table, td, th {
	border-color: #111111;
}

.basecolor {
	color: #000;
	background-color: #e0e0e6;
}

.headcolor {
	color: #000;
	background-color: #d0dcf0;
}

.blockcolor {
	color: #000;
	background-color: #eee;
}

.subtext {
	color: #222;
}
