body, table, tr, td {
	background-attachment: fixed;
	font-family: verdana;
}

a {
	font-family: verdana;
}

a:link { 
	color: #406e22;
	text-decoration: none;
}

a:visited { 
	color: #406e22;
	text-decoration: none;
}

a:hover { 
	color: #6aaf3c;
	text-decoration: none;
}

a:active { 
	color: #6aaf3c;
	text-decoration: none;
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}