body {font-family:Tahoma, "MS Sans Serif", Geneva, sans-serif;font-size:14px;width:1024px;}

.nettable {border:2px solid black;background:#000000;width:288px;height:288px}
.netrow {background:#ffffff;height:30px;text-align:center;font-family:Arial;font-size:20px}
.netrow2 {height:0px}
.netcol {width:30px}
.netcol2 {background-color:#000000;width:0px}

.i1 {
	text-align: center;
	width:30px;
	cursor : pointer;
	color : Blue;
}
.i1Error {
	text-align: center;
	width:30px;
	cursor : pointer;
	color : Blue;
	background-color : #ffa0a0;
}
.i2 {
	text-align: center;
	width:30px;
	cursor : pointer;
	color : Blue;
	background-color : Yellow;
}
.i2Error {
	text-align: center;
	width:30px;
	cursor : pointer;
	color : Blue;
	background-color : #ff8000;
}
.i3 {
	text-align: center;
	width:30px;
	cursor : default;
	color : Black;
}
.i3Error {
	text-align: center;
	width:30px;
	cursor : default;
	background-color : #ffa0a0;
	color : Black;
}

.cptable {border:2px solid black;background:#000000}
.cprow {background-color:#f0f0f0;color:#0000ff;height:26px;text-align:center;font-family:Arial;font-size:20px}
.cpcol {width:26px;cursor:pointer}
.cpcol2 {background-color:#a0a0a0;width:0px;cursor:pointer}

.alltext {font-family:Tahoma, "MS Sans Serif", Geneva, sans-serif;font-size:14px;}
a {text-decoration:none}
a:link {color:Blue;}
a:hover {color:Red;text-decoration:underline}
a:visited {}
a:active {color:Green}

