* {margin:0px;
  padding:0px;
  list-style:none;
  text-decoration:none;}
  
body {text-align:center;
      font-family:georgia;} 
	  
table {background: #ffffff;
     color:#ffffff;
	 font-size:11px;
	 font-family:arial,helvetica,verdana;
	 margin:0 auto;
	 }

th, tr       {height:25px;}
	 
caption {background:orange;
       margin:0 auto;
	   height:25px;
	   line-height:250%;
	   color:#000000;
	   }
caption span.google {font-family:georgia;
                   font-weight:bold;
				   font-size:12px;}

				   

thead {background:#000000;}

thead th {background:#000000;}

tbody {background:pink}

tbody tr {background:#1846A9;
       }
	   
tbody tr:hover {background:#666666;
			cursor:pointer;}
			
tbody tr+tr {background:#AD1904;}
tbody tr+tr+tr {background:#EABC06;}
tbody tr+tr+tr +tr{background:#1846A9;}
tbody tr+tr+tr +tr+tr{background:#4CC353;}
tbody tr+tr+tr +tr+tr+tr{background:#CE3722;}


tfoot {background:#000000;}	  
	  