body {
	background-color: rgb(140, 160, 190);

	font-family: 	"Verdana";
	font-size:	11px;
	color: 		rgb(100, 120, 150);
	margin: 	0px;
	padding: 	0px;
}

table {
font-size: 10px;
  color: 	rgb(50, 70, 100);
  margin: 	0px;
  padding: 	0px;
}


A {
	color: 	rgb(50, 70, 100);;
	text-decoration: underline;
}

A:hover {
	color: #FF821E;
	text-decoration: underline;
	font-weight: bold;
}

A:visited {
	text-decoration: underline;
}

h1 {
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
  text-decoration: underline;
}

h2 {
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
  text-decoration: underline;

}


p { 
  margin: 5px;
color: 	rgb(50, 70, 100);
}

.left-wiki {
  width: 180px;
  height: 100%;
  padding: 10px;

  border-right: 1px dotted rgb(100,120,150);
}

.right-wiki {
  width: 100%;
  padding: 10px;
}


.infocolumn { 
  width: 190px;
  height: 100%;

  border-left: 1px solid rgb(100,120,150);
} 

.infocolumn p { 
  margin-left: 5px;
  margin-right: 5px;
} 


.code {
	font-size: 12px;
	border: 1px dotted rgb(100,120,150);
	background-color: rgb(240,245,255);
	
	padding:2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.textbox {
	border: 1px solid rgb(100,120,150);
	width: 120px;
	margin-bottom: 3px;
}

textarea {
	border: 1px solid rgb(100,120,150);
}

.hr {
	border-top: 1px dotted rgb(100,120,150);
}




.code_quote { 
  color: purple;
}

.code_comment { 
  color: #AAAAAA;
}

.code_reserved { 
  color: #0088DD;
  font-weight:bold;
}

.code_datatype { 
  color: #00AA00;
}


.oper { color: #000000 }
.stri { color: #FF0000 }
.prep { font-weight: none; color: #00AA00 }
.incl { color: #0000CC }
.hexa { color: #FF00FF }
.octa { color: #800000 }
.nume { color: #FF00FF }
.real { color: #FF00FF }
.comm { font-style: none; color: #888888 }
.keyw { font-weight: none; color: #0044FF }
.symb { color: rgb(40, 60, 100); }

