BODY {
	margin: 0;
	padding: 0;
}

body.index {
	background-color: #fde2d6;
	text-align: center;
}

.table_holder {
	width: 920px;
	height: 6900px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.table_holder table{
	vertical-align: top;
}

a:link {
	color: rgb(57,116,168);
	text-decoration:none;
}

a:visited {
	color: rgb(134,133,133);
	text-decoration:none;
}

a:hover {
	color:#fb9635;
	text-decoration:none;	
}