A:link, A:visited, A:ACTIVE {
  text-decoration: none;
}

A.new {
  /* text-decoration : underline; */
	color : red;
}
H3 {
	text-indent : 15px;
	letter-spacing : 3px;
}

.new1 { color : #FF8000; } /* entity */

.att { color : green; }   /* attribute */
.v { color : maroon; }    /* value */
.link { color : blue; }   /* regular link */
.tag { color : navy; }    /* tag outside of HTML sample */
.url { color : #cc00cc; }    /* URL and non-keyword text */
.js { color : #666666; }  /* JavaScript keyword */

