table.normal{
	text-color: red ;
	background-color:  beige;
	color:comsilk;
	border-style: solid ridge;
	border-color: crimson;
	border-width: 3px;
	margin: 1px;
	cellspacing:1.5px;
	width:80%;
	align:right;
 }

table.normal td {
    celllspacing:0px;
	border-style: solid groove;
	border-color: black;
	border-width: 1px;
	margin: 0px;
	padding:5px;
	
}
table.normal thead {
	text-align: center;
}
table.normal thead tr, thead td{
background-color: cornflowerblue;;
color:white;
}
table.normal tfoot tr{
background-color:darkcyan;
border-style:  solid groove;
color:white;
}

#menu {
margin: 0px 0px 0px 0px;
}
