/* 
 * Site-wide CSS
 *
 * Tiger Mountain Center for Acupuncture
 *
 * Imminent 2005
 * www.imminent.com
 *
 * $Id: site.css 964 2005-09-04 23:02:59Z dfp $ 
 */

body
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

a:link, a:active, a:visited
{
	text-decoration: none; 
	color:#edbb38;
}

a:hover, a:visited:hover
{
	text-decoration: underline;
	color: #000000;
}
