/* Nastavení plaváčka */ body { margin: 0px; text-align: center; background-color: #FFF; font-family: Arial, Helvetica, sans-serif } /* Odkazy */ a { text-decoration: none; font-weight: bold } a:link, a:visited, a:active { color: #00F } a:hover { text-decoration: underline; color: #08F } img { border: none } /* Nastavení stránky */ #stranka { position: relative; width: 760px; height: auto; margin: 0px auto; font-size: 16px } #stranka h1 { font-size: 130%; color: #666; text-align: left } #stranka h2 { font-size: 115%; color: #777; text-align: left }