html, body, p, li{
	margin: 0px;
	background-color: blue;
	color: white;
	font-size: x-large;
}

a{
	color:yellow;
	background-color: blue;
}
      .table {
        color: white;
        background-color: blue;
      }
      .tableheading {
        color: inherit;
        background-color: transparent;
        font-weight : bold;
      }
      .tablerow {      
	
      }
      .productpics {
        float:right; 
        width:310px;
      }

      .productdetail {
        background-color: transparent;
        color: inherit;
        margin-left:30px; 
        text-indent:-20px; 
        margin-top:5px; 
        margin-bottom:5px;
      }

.sponsoredads {display:none;}