
input#reg_button {
	background-color: #ffa500;
}
input#reg_button:hover {
	background-color: #3b5998;
}

ol.impact li {
	font-size: 1.5em;
	color: orange;
	font-weight: bold;
	padding-bottom: 8px;
}
ol.impact li span {
	font-size: 0.8em;
	color: #333333;
	font-weight: normal;
}

a.smaller {
	font-size: 0.6em;
	font-weight: normal;
	margin: 0;
}

ol.impact li ul {
	padding-top: 10px;
	font-size: 0.5em;
}
ol.impact li ul li {
	color: #333333;
	font-weight: normal;
}

div.join_link {
	text-align: center; 
	padding: 10px;
}
div.join_link a, div.join_link a:link, div.join_link a:visited {
	padding: 5px 8px;
	font-size: 1.3em;
	background-color: #ffa500;
	color: white;
}
div.join_link a:active, div.join_link a:hover {
	background-color: #3b5998;
}

span.red {
	color: #ff0000;
	font-weight: bold;
}
span.orange {
	color: #ff6600;
	font-weight: bold;
}
span.yellow {
	color: #f0a411;
	font-weight: bold;
}
span.green {
	color: green;
	font-weight: bold;
}
span.important {
	color: #ff0000;
	font-size: 1.1em;
}