body {
	color: #000;
	font-size: 62.5%;
	font-family: arial;
}

h1 {
	font-size: 2em;
	font-family: arial;
	font-weight: bold;
	margin: 0.67em 0;
}

h2  {
	color: #323232;
	font-size: 1.5em;
	font-family: arial;
	font-weight: bold;
	margin: 0.83em 0;
}

p {
	font-size: 1.2em;
}

ol li {
	font-size: 1.2em;
}

ul li {
	font-size: 1.2em;
}

p a, li a {
/*
	color: #676767;
	text-decoration: underline;
*/
	color: #e2001a;
	text-decoration: none;
}

p a:visited, li a:visited {
/*
	color: #676767;
*/
	color: #e2001a;
}

p a:active, li a:active {
	color: #ff9900;
}

p a:hover, li a:hover {
	color: #ff9900;
}

