table {
	border: 1px solid #000;
}
.bluebackground {
	background-color: #03C;
	color: #FFF;
}
.orangebackground {
	color: #000;
	background-color: #F90;
}
.greenbackground {
	color: #FFF;
	background-color: #063;
}
.lightblue {
	color: #000;
	background-color: #A5C2FA;
}

.goldbackground {
	color: #000;
	background-color: #FC0;
}
.redbackground {
	color: #FFF;
	background-color: #900;
}

table td {
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: center;
}
table {
	font-weight: bold;
}

table tr {
	text-align: center;
}
#wrapper #column_wrapper #second_right_content .content h1 {
}
