@charset "UTF-8";

/*
HIGH CONTRAST CSS
=====================================
*/

body, p, h1, h2, h3, h4, h5, h6, div, ul, li, label, input, strong, em, form {
	background:#000 !important;
	background-image:none !important;
	background-color:#000;
	color:#fff !important;
	text-shadow:none !important;
	filter:none !important;
	border-color:#fff !important;
	box-shadow:none !important;
}

a {
	color:#ffde00 !important;
}

	a:hover {
		color:#fff !important;
	}

hr {
	border-bottom:#fff solid 1px !important;
}