      /* Remove the navbar's default margin-bottom and rounded borders */ 
    .top {
			background-color: #204000; 
			color: white;
      margin-bottom: 0;
      margin-top: 0;
      border-radius: 0;
      /*border-bottom: 5px solid #407E19;*/
    }
    .navbar {
      margin-bottom: 0;
      margin-top: 0;
      border-radius: 0;
      background-color: #336500;
      color: #333;
    }
    a {
    	font-size: 1.2em;
    	text-decoration: underline;
    }
    a.small {
    	font-size: 1.0em;
    	text-decoration: underline;
    }
    a.one {
    	font-size: 1.5em;
    	text-decoration: underline;
    	color:#ff0000;
    }
    p {
    	color: #000000;
    	font-size: 1.2em;
    	font-family: sans-serif;
    }
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #336500;
      padding: 25px;
    }
    #customers
{
font-family:Arial, Helvetica, sans-serif;
margin: auto;
border:4px solid green;
border-collapse:collapse;
}
#customers td 
{
	color: Black;
border:2px solid #98bf21;
padding:3px 7px 2px 7px;
margin:5px;
background-color:#A7C942;
}
#customers th 
{
border:2px solid #FFF;
text-align:left;
padding:5px 7px 4px 7px;
background-color:#A7C942;
color:#fff;
}
#customers tr.alt td 
{
color:#000;
background-color:#EAF2D3;
}
