.superheader { /* if hyperlinked, intended to stay heavy */
	font: bold 16px/normal Arial, Helvetica, sans-serif;
}
.sectheader { /* if hyperlinked, intended to stay heavy */
	font: bold 14px/normal Arial, Helvetica, sans-serif;
}
.heavylink { /* intended to keep links heavy; technically could be used without hyperlinking, like above ones */
	font: bold 12px/normal Arial, Helvetica, sans-serif;
}
a:link { color:#990000; text-decoration: none; font-weight:bold }
a:visited { color:#990000; text-decoration: none }
a:hover { color:#990000; text-decoration: underline }
a:active { color:#990000; text-decoration: none }
.today a { color:#660000 }
/* a.heavylink { font-weight:bold } */

/* two special classes for red, non-hyperlinked text on detail page */
/* second exception: what class to give to "sausage links" heading? (won't be linked, but want red) */
.detailtitle {
	font: bold 18px/normal Arial, Helvetica, sans-serif;
	color: #990000;
}
.detaildate {
	font: 16px/normal Arial, Helvetica, sans-serif;
	color: #990000;
}
.detailtext {
	font: 16px/140% Arial, Helvetica, sans-serif;
	color: #000000;
}
.bodytext { /* why is bodytext class not being applied to the big landing table? (browser-dependent) */
	font: 14px/140% Arial, Helvetica, sans-serif;
	color: #000000;
}
.legaltext {
	font: 10px/140% Arial, Helvetica, sans-serif;
	color: #000000;
}

td.dots {background: transparent url(/http/grubreport.com/pix/dots.gif) bottom left repeat-x; width: 100%; vertical-align: bottom; text-align: left; }
td.price {text-align: right; vertical-align: bottom; }
.item {
	background-color: white;
	font: 12px/normal Arial, Helvetica, sans-serif;
}

p.hpheadline {
  margin-left: 1em; 
  text-indent: -1em;
  margin-top: 0;
  margin-bottom: 0;
  font: 12px/normal Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
}

img.leftside { float:left; margin-right:20px; margin-bottom:10px } /* position:relative; left:0px; top:0px; */
img.rightside { float:right; margin-left:20px; margin-bottom:10px }

#updatefeed ul {
	margin-top:6px;
	margin-bottom:0px;
	margin-left:12px;
	margin-right:0px;
	padding: 0px;
	}
#updatefeed li {
	display: block; 
	padding-top: 0px; 
	margin-bottom: 6px;
	list-style-type: none;
	}
#updatefeed div.activity { margin-bottom: 16px; }
