/* CSS Document */
	A {text-decoration: none; color: #660000}
	A:visited, A:plain,A:active {text-decoration: none; color: #660000;}
	A:hover {text-decoration: underline; color: #66cc00; background: none;}
		
	A.crumb {text-decoration: none; color: #66cc00; border: #8a5000}
	A.crumb:visited, A.crumb:plain,A.crumb:active {text-decoration: none; color: #66cc00;}
	A.crumb:hover {text-decoration: underline; color: #ffffff; background : none;}

	A.addr {text-decoration: none; color: #cc0000}
	A.addr:visited, A.addr:plain,A.addr:active {text-decoration: none; color : #cc0000;}
	A.addr:hover {text-decoration: underline; color: #cc0000; background : none;}

	A.bottom {text-decoration: none; color: #666633; border: #8a5000}
	A.bottom:visited, A.bottom:plain, A.bottom:active {text-decoration: none; color : #666633;}
	A.bottom:hover {text-decoration: underline; color: #003333; background : none;}
	
	A.title {text-decoration: none; color: #ffffff; border: #8a5000}
	A.title:visited, A.title:plain, A.title:active {text-decoration: none; color : #ffffff;}
	A.title:hover {text-decoration: underline; color: #ffffff; background : none;}
