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