@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("baidu.com") {
	body {
		color:#C1BEBA !important;
		background-color:#191919 !important;
    }

	a {
		color: #376F9A !important;
	}

	a:visited {
		color: #781C45 !important;
	}

	a:active {
		color: #6799C4 !important;
	}
}