.header {
	background: linear-gradient(90deg, #f00000, #E8DDC5);
	#background: url(/images/headerBg.jpg);
	color:#B0FFD6;
	border-bottom:1px solid #eee;
}
.button3a {
	background-color: #FEC353;
	color: #002200;
	box-shadow: 0 5px rgba(60, 60, 60, 0.6);
}
.button3a a {
	color: #002200;
}
.button3a:hover {
   	background-color: #998954;
    	color: white;
}
.button3a:hover a {
    	color: white;
}
.button3a:active {
	background-color: #555520;
	box-shadow: 0 2px rgba(60, 60, 60, 0.8);
}
.button3b {
	background-color: #FEC353;
	color: #002200;
	box-shadow: 0 5px rgba(60, 60, 60, 0.6);
}
.button3b a {
	color: #002200;
}
.button3b:hover {
   	background-color: #998954;
    	color: white;
}
.button3b:hover a {
    	color: white;
}
.button3b:active {
	background-color: #555520;
	box-shadow: 0 2px rgba(60, 60, 60, 0.8);
}
#userMSG {
	background-color:#eeeedd;
	color:#001100;
}
tr:nth-child(2n+1) {background: #e8edff; border-bottom: 2px solid black;}
tr:hover td {background: #aaccee;}
