/* Общие стили ----------------------------------------- */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;} nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } ins { background-color:#ff9; color:#000; text-decoration:none; } mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; } a { border-bottom: 1px dotted #BBBBBB; color: #333333; text-decoration: none;} #navbar-iframe{height:0px; display:none} /* Конец и сброс стиля */ body { background:url(../images/notebook_body.png); /*общий фон страницы*/ font-family: Geneva, Arial, Helvetica, sans-serif;/*шрифты для заголовка*/ font-size: 14px; /* Размер текста */ line-height: 1; /*межстрочный интервал текста*/ color: #000000; /*цвет текста #000000-черный*/} p {padding: 0 0 1.3em;} h1, h2 , h3, h4, h5, h6 { display:block; color:#13382A; line-height:100%; font-family:Droid Serif, Georgia, serif; text-shadow:1px 1px #fff;} h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;} h1 {letter-spacing:-2px;} h2 { font-size:16px; margin:10px 0 15px; font-weight:bold; } a { color:#333; border-bottom: 1px dotted #bbb; text-decoration:none; } a:hover { color:#A3A30E; border-bottom: 1px dotted #A3A30E; } /* стиль внешней оболочки всей видимой страницы Outer-Wrapper ----------------------------------------- */ #outer-wrapper { width:922px; margin:10px auto 0; padding:0px; text-align:left; font: normal normal 100% Georgia, Serif; }