H1 {font-family: Impact, Century Gothic, Arial;
	  font-size: 24pt;
		text-decoration: underline;
		text-align:center;}
H2 {font-family: Century Gothic, Arial;
	  font-size: 14pt;
		text-decoration: underline;}
A	 {font-family: Century Gothic, Arial;
		font-size: 12pt;
		color: black;
		text-decoration: none}
/*
A:hover { font-family: Century Gothic, Arial;
					font-size: 12pt;
					color: red;}
A.image:hover {font-style: italic;}
*/
TABLE.code {
	background: #0000bb;
	font-family: Terminal, Times New Roman;
	font-size: 10pt;
/*	table-align:center;*/
	border: 2px gray solid;
	border-spacing: 0px;
}
TABLE.code TD {
	background: #0000bb;
	border-left: 0px;
	border-right: 0px;
	border-spacing: 0px;
}
TABLE.code td.comment {
	background: #0000bb;
	border-left: 0px;
	border-right: 0px;	
	border-spacing: 0px;
	color: #c0c0c0;
}
TABLE.output {
	background: black;
	font-family: Terminal, Times New Roman;
	font-size: 10pt;
/*	table-align:center;*/
	border: 2px gray solid;
	border-spacing: 5px;
	color: white;
}
TABLE.output TD {
	background: black;
	border-left: 0px;
	border-right: 0px;
	border-spacing: 0px;
	color: white;
}
TABLE.altoutput_blue {
	font-family: Terminal, Times New Roman;
	font-size: 10pt;
/*	table-align:center;*/
	border: 2px gray solid;
	border-collapse: collapse;
	color: white;
	background-color:blue;
}
TABLE.altoutput_blue TD {
	border-left: 0px;
	border-right: 0px;
	border-spacing: 0px;
	background-color:blue;
}
TABLE.altoutput {
	font-family: Terminal, Times New Roman;
	font-size: 10pt;
/*	table-align:center;*/
	border: 2px gray solid;
	border-collapse: collapse;
	color: white;
}
TABLE.altoutput TD {
	border-left: 0px;
	border-right: 0px;
	border-spacing: 0px;
}
TABLE.nav TR TD { 
	background: #82add0;
	color: red; 
	border: 2px gray dotted;
}

.reservedword { color: white; background-color: #0000bb;}
/*TABLE.code span.identifier { color: yellow; background: #0000bb; }*/
.identifier { color: yellow;background-color: #0000bb; }
.comment		{ color: #c0c0c0; background-color: #0000bb;}



