
#container {

	position: absolute;
	top:50%;
	left:50%;
	height: 558px;
	width: 832px;    
	margin-left: -416px;
    	margin-top: -279px; 
	border-right: 1px;
	border-left: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: white;
	
	}



.header {
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: white;
	
}


td.bal {
	padding-left: 10px;

	}

td.menu {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: white;
	}

A.menu
	{
	font-family: verdana, Tahoma;
	font-size: 15px;
	font-weight: 600;
	color: black;
	text-decoration : none;
	border-width: 2px;
	border-style: solid;
	border-color: white;

	}


