.red {
	background-color: rgba(255,0,0,0.4);
}

.orange {
	background-color: rgba(255,141,0,0.4);
}

.green {
	background-color: rgba(0,165,12,0.4);
}

p, table {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
	font: 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

.anchor {
	text-decoration:none;
}
