body	{ background-color: white; }

A:link	{ color: #f0b000;
	  text-decoration: none;
	  font-weight: bold; }

A:visited { color: #909090;
	    text-decoration: none;
	    font-weight: bold; }

A:hover { color: red;
	    font-weight: bold; }


