/* Added: 14 August 2006 */
/* colors used:
   #596d4f - med grey/green
*/ 

html {
	margin: 0px;
	padding: 0px;
	}

a:link        { 
	font-weight: bold; 
	text-decoration: none; 
	color: #596d4f;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #596d4f;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #596d4f;
	}