body {
	
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif; 
	font-size: smaller;
	color: #000000; 
}

table {
	font-size: 12;
}

<!-- background: url(idmble.gif); -->

#smallertexttable td
{
	font-size: smaller;
}

A:link    { color: #0000ff; } /* unvisited links */
A:visited { color: #0000ff; } /* visited links   */
A:hover   { color: #0099ff; } /* user hovers     */
A:active  { color: orange; }  /* active links    */
