body{
	background : white;
	margin: 0px 0px 0px 0px;
}

#table_snake{
	background: transparent;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #545454;
	font-weight : bold;
	width: 97%;
	text-align : justify;
	float : left;
	padding-left: 25px;
}

#table_main{
	font-family: Verdana, tahoma, Arial;
	text-align: left;
	color: #49545F;
	font-size: 12px;
	border-top : 0px solid white;
	border-bottom: 1px solid #3A3A3A;
	border-left: 1px solid #3A3A3A;
	border-right: 1px solid #3A3A3A;
	background : url(images/bg_yellow.jpg);
}

#table_bottom{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFF8D7;
	background : transparent url(images/5.jpg);
	height: 19px;
	padding-left: 5px;
	padding-right: 5px;
}

a:link, a:visited, a:hover {
	font-size: 12px;
	font-family: Verdana;
	color: #C46431;
	text-decoration: none;
	font-weight : bold;
}

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