$(document).ready(function(){
	jQuery(".classtable th").css({"border-bottom":"1px solid #000", "background-color":"#600","color":"#FFF"});
	jQuery(".classtable tr:odd").css({"background-color":"#eee"});
});

