.nav.navbar-nav li a {
     color: #000 !important; 
 }
 .nav .navbar-nav li a:hover { 
     color: grey !important;
 }
 
th, td 
	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	border:1px solid #ddd;
        }
        
 tr:nth-of-type(even) 
 	{
     	 	background-color:#f9f9f9;
    	}
th:nth-of-type(even) 
	{
      		background-color:#f9f9f9;
    	}
th:nth-of-type(odd) 
	{
      		background-color:#f9f9f9;
    	}
