body {
	font: 70%/1.5 "Times New Roman", Times, serif;
  color: black;
}
p {
	margin-bottom: 1em;
}
h1{
	font-size: 180%;
}
h2{
	font-size: 130%;
}
h3, h4, h5{
	font-size: 100%;
}

#header, #path-nav, #sidebar, #searchbar, #menu-top, #quick-nav, #special-offer, #nicom-logo, #footer, #left-shadow, #right-shadow
{
	display: none;
}


table{
  width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table td{
	border: 1px solid #ccc;
	padding: 2px 10px;
}
table th {
  font-weight: bold;
  text-align: left;
  padding: 2px 10px;
  border: 1px solid #ccc;
}
