/* linux document style */

body {
	/*background-color: rgb(192,192,192);*/
	background-color: rgb(255,255,255);
	color: rgb(31,31,31);
	border-left: solid 32px rgb(41,41,41);
	margin: 0px 0px 0px 0px;
  padding: 10px 30px 10px 15px;
}
.return {
	text-align: right;
}

h1 {
	color: rgb(255,255,255);
	background-color: rgb(255,182,182);
	border-top: dotted 2px rgb(255,0,0);
	border-bottom: dotted 2px rgb(255,0,0);
	font-size: 1.1em;
	padding-left: 6px;
}
h2 {
	background-color: rgb(255,232,232);
	border-left: solid 4px rgb(255,128,128);
	border-bottom: dashed 1px rgb(255,128,128);
	margin-top: 40px;
	padding: 2px 5px 2px 5px;
	font-size: 1.0em;
	font-weight: normal;
}

pre.eg {
	color: rgb(51,51,51);
	background-color: rgb(231,231,255);
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: dotted 1px rgb(168,168,168);
}
pre.op {
	color: rgb(31,31,31);
	background-color: rgb(255,255,255);
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border: dotted 1px rgb(168,168,168);*/
  border: dotted 1px rgb(255,168,98);
}

.header { 
  margin: 2px 10px 2px 10px;
  line-height: 1.3;
}

.doc {
  margin: 2px 20px 2px 20px;
  line-height: 1.3;
}

.red {
  color: red;
}
.mini { 
  font-size: 0.9em;
  color: rgb(128,128,128);
}
.dead { 
  text-decoration: line-through;
}
.under {
  text-decoration: underline;
}
.bgpink { 
  background-color: #ffcccc;
}
.bgblue { 
  background-color: #ccccff;
}
