BODY	{COLOR: rgb(255,255,255);
	BACKGROUND-COLOR: rgb(0,0,0)" vLink=#999999 
aLink=#ffff99 link=#ccccff 
}

a:link { color:#ccccff }
a:visited { color:#999999 }
a:active { color:#ffff99 } 


#navigation {TEXT-ALIGN: center
}

table.navigation {cellSpacing=2 cellPadding=2 width=640 align=center border=0
}
<!-- Can these table attributes (cellSpacing, etc.) be put in the stylesheet (they weren't in a style="_____" attribute in the web page.
From: http://forums.devshed.com/t70164/s.html
border-collapse: collapse;
border-spacing: 0;
or, maybe cell-spacing -->



td.navigation {style="VERTICAL-ALIGN: middle"

table.navigation_inner {style="MARGIN-LEFT: auto; WIDTH: 154px; MARGIN-RIGHT: 0px; HEIGHT: 294px; TEXT-ALIGN: left" 
      cellSpacing=2 cellPadding=2 border=1
}

If I have <TD> inside <TABLE class="navigation_inner"... isn't there someway that I don't have to mark every <TD class="navigation_inner"> ??????????????????
td.navigation_inner {style="VERTICAL-ALIGN: top"
}

img.navigation {style="BORDER-RIGHT: 0px solid; BORDER-TOP: 0px solid; BORDER-LEFT: 0px solid; WIDTH: 144px; BORDER-BOTTOM: 0px solid; HEIGHT: 123px" 
}

img.main_photo {style="WIDTH: 360px; HEIGHT: 480px" 
}

table.photo_commentary { style="MARGIN-LEFT: auto; COLOR: rgb(255,255,204); MARGIN-RIGHT: auto; FONT-FAMILY: helvetica,arial,sans-serif; TEXT-ALIGN: left" 
cellSpacing=4 cellPadding=4 width=640 align=center border=1

td.photo_commentary {style="VERTICAL-ALIGN: top"
}


<!-- Getting rid of all the image borders in one go (very useful for old www.immell.com pages:
a img {border: none; } 
-->