body {
	color: #686868;
}

p, li { color: #686868; }

h1,h2,h3,h4 { color:#E10101; }

hr {
	border-top-color: #E5E5E5;
	color: #E5E5E5;
}

a:link, a:visited, a:active, a:hover {
	color:#E10101;
}
a:hover {
	color: #E10101;
}

form input, form select, form textarea {
	color: #000000;
}