/* screen.css: krisentango */

body                { background-color: whitesmoke; }

table.logo          { table-layout: fixed;
                      width: 100%; }

td.logo             { border-width: 10px;
                      line-height:200%;
                      font-family:serif;
                      font-size:x-large;
                      font-weight:900; }

td.img_logo         { background-color:whitesmoke;
                      width:460px; }

img.logo            { margin:10px; }

table.navigation    { table-layout:fixed;
                      width:100%;
                      text-align:left;
                      border-top-style:solid;
                      border-top-width:7px;
                      border-bottom-style:solid;
                      border-bottom-width:1px;
                      font-family:serif;
                      font-variant:small-caps;
                      font-weight:bold;
                      font-size:smaller;
                      letter-spacing:1px; }

a:link.navigation   { color:#000000; }

a:visited.navigation  { color:#000000; }

table.main          { table-layout:fixed;
                      width:100%;
                      position:relative;
                      top:30px;
                      background-color:whitesmoke;
                      border-collapse:collapse; }

a:link.link_main      { text-decoration:none; }
a:visited.link_main   { text-decoration:none; }

td.td_main_center     { width:100%; }

td.td_main_right      { width:25px;
                        background-color:whitesmoke; }

td.td_main_left       { width:25px;
                        background-color:#f5f5f5; }

p.footer              { text-align:center;
                        font-variant:small-caps;
                        font-size:smaller; }