body {
	margin: 0px;
	padding: 0px;
	background-color: #A9E0FF;
	font-family: Georgia, serif;
}

table {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

th, td {
	padding: 0px;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #01A2FF;
}

a:visited {
	text-decoration: none;
	color: #B932D9;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	color: #EE3232;
}

td {
	vertical-align: top;
	text-align: left;
}

/*============ fun stuff ============*/

#mainbox {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	border: none;
}

#tabsbox {
	height: 92px;
	margin-left: auto;
	margin-right: auto;
	font-size: 54px;
	text-align: center;
	line-height: 86px;
}

#tabsbox a {
	color: #000000;
	text-decoration: none;
}

.tab_top {
	height: 92px;
	width: 320px;
	float: left;
}

.tab_front {
	background-color: #FFFFFF;
	font-size: 58px;
}

.tab_back {
	background-color: #DDDDDD;
}

.tab_back:hover {
	background-color: #E4E4E4;
}