body { font-family: Verdana, sans-serif; padding: 0px; margin: 0px; font-size: 12px; background: #696969; }

input { border: 1px solid white; color: black; }

div.container { position: relative; margin: auto; width: 800px; top: 3px; }
div.menu_contents { background: black; color: white; padding: 5px; }
div.promo_contents { background: black; color: white; padding: 5px; }
div.footer_contents { background: black; color: white; text-indent: 10px; }
div.menu_item { position: relative; padding: 2px; text-align: center; background-color: black; }
div.menu_item:hover { background-color: grey; }
div.space { height: 5px; }

td { border: 2px solid white; padding: 0px; margin: 0px; background-color: white; }

object { display: block; margin-bottom: -2px; }

a,a:active,a:visited { color: white; text-decoration: none; }
a:hover { color: white; text-decoration: underline; }