html,body {
padding:0;
margin:0; 
background-color: #eeeeee; 
font-size: 12px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
color:#000000;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
   margin: 0;
   padding: 0;
}

#table-menu {
display: table;
width: 100%; 
border: 0; 
background-color: #eeeeee; 
border-spacing: 1px; 
padding: 1px;
}
	 
.row {
display: table-row;
background-color:#0076D8;
}
	 
.cell {
display: table-cell;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
text-align:  center;
font-weight: bold;
}

.cell a {
color:#eeeeee; 
text-decoration:none;
}

#content {
display: table;
width: 100%; 
border: 0; 
background-color: #eeeeee;
}


