body { padding: 0px; margin: 0px; border: 0px; } h1 a img { border: none; width: 100%; } input { border: 1px solid teal; } .odd { background-color: rgb(230,230,230); } .even { background-color: rgb(220,220,255); } .invisible { display: none; } .centered { text-align: center; } .box { border: 1px solid rgb(0,0,200); margin: 0.4% 0 0 0.4%; padding: 1%; } #left { float: left; width: 18%; } #left select { max-width: 100%; } #top { padding: 5px; float: left; width: 77%; text-align: right; } #welcome { float: left; } #top a, #left a { color: blue; } #main { padding: 5px; float: left; width: 77%; } #bottom { float: left; width: 97%; } #logo { width: 100%; border: 0; } h1, h2, h3, h4, h5, h6 { margin: 0px; } div .editlink, div.links { float: right; clear: both; color: blue; margin-bottom: 1em; } div.links { width: 32px; } div.links img { border: 0; float: left; width: 16px; height: 16px; } .nonbreaking { white-space: nowrap; } .hebrew { direction: rtl; } #left .title { font-size: 200%; color: black; text-decoration: none; } input.day { width: 2em; } input.year { width: 3em; } input.time { width: 5em; } hr { height: 0px; border-top: 1px dashed blue; } .pointer { cursor: pointer; } html { margin-bottom: 2em; }