STRIKE, S { color:#999999 }    
STRIKE, S A:LINK { color:#999999 }
STRIKE, S A:VISITED { color:#999999 }
cite {color:#888800;font-style:normal;}
.cite {color:#888800;font-style:normal;}
.mark {color:#E20000;font-style:normal;}
.add { font-weight: bold; color:#c00; text-decoration: underline; }
.del { font-style: italic; color:#c00; text-decoration: line-through; }
.time{ font-family: Taahoma, Arial, Verdana; color: #cccccc; font-size: 9px;}
.center{
	text-align: center;
}
.myinput{
	width:100%;
}
.indent {
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.code {
  background: #FFFFFF;
  border: solid #888888 2px;
  font-family: "Courier New";
  color: black;
  font-size: 10pt;
  width: 90%;
}
.codeold {
  background: #FFFFFF;
  border: solid #888888 2px;
  font-family: "Courier New";
  color: black;
  font-size: 10pt;
  width: 100%;
  height: 400px;
  overflow: scroll;
}
strong {
	font-weight: bold;
	}

strike {
	text-decoration: line-through;
	}