h2 {
	color: #01B0F0 !important;
}

h2.white {
	color: #01B0F0 !important; 
}
.button1,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #01B0F0 !important;
	color: #e8e8e8 !important;
}

.button1:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #01B0F0 !important;
	background: #e8e8e8 !important;
}

.button2 {
	color: #01B0F0 !important;
}
.action p {
	color: #01B0F0 !important;
}
nav a:hover {
	color: #01B0F0 !important;
}