$(document).ready(function(){
$("tr:even").css("background-color", "#0B0A0A");
$("tr:odd").css("background-color", "#050404");
});