body {
	background: white
	word-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
<!--startfragment{  }
<pre wrap="">a.one:link {color: red;}
a.one:visited {color: red;}
a.one:active {color: red;}
a.one:hover {color: red;}

a.two:link {color: white;}
a.two:visited {color: white;}
a.two:active {color: white;}
a.two:hover {color: white;}</pre>

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

A:link{color:#990000;}	/*white */
A.external:link	{color: red;}
A:visited{color:#000000;}	/*white */
A.external:visited	{color: red;}


}