/* * * script-name: main.css * description: main cascade-style-sheet file for frast * * holder-name: Thrudhame Labs. * author-name: Alexander (Thor) Ivashchenko * * e-mail-addr: thor@compnet.ru * w-site-addr: http://thor.compnet.ru/ * * create-date: 15-Mar-2001 * lstmod-date: 20-Jun-2001 * */ a:link { text-decoration: underline; color: #808080; } a:visited { text-decoration: underline; color: #808080; } a:active { text-decoration: underline; color: #808080; } a:hover { text-decoration: underline; color: #57a6fd; } /* --- header links */ td.menu a:link { text-decoration: none; color: #808080; } td.menu a:visited { text-decoration: none; color: #808080; } td.menu a:active { text-decoration: none; color: #808080; } td.menu a:hover { text-decoration: none; color: #57a6fd; } /* --- footer links */ td.copyright a:link { text-decoration: none; color: #808080; } td.copyright a:visited { text-decoration: none; color: #808080; } td.copyright a:active { text-decoration: none; color: #808080; } td.copyright a:hover { text-decoration: none; color: #57a6fd; } /* --- */ body { font-family: sans-serif; font-size: 10pt; color: #000000; background-color: #ffffff; } td { font-family: sans-serif; font-size: 10pt; color: #000000; } dt { font-family: sans-serif; font-size: 10pt; font-weight: bold; } p { text-align: justify; text-indent: 2em; } p.no-indent { text-indent: 0em; } p.header { text-indent: 0em; text-transform: uppercase; font-size: 12pt; font-weight: bold; color: #808080; line-height: 1.5em; } p.sub-header { text-transform: uppercase; font-size: 10pt; font-weight: bold; color: #808080; } p.third-level { font-weight: bold; } /* --- */ font.small { font-size: 8pt; } font.hot { font-weight: bold; color: #57a6fd; } /* --- */ table.char-table { width: 580px; } table.char-table tr.t-header td { background-color: #dcdcdc; color: #808080; font-weight: bold; text-transform: uppercase; } table.char-table tr td.primary { text-align: left; } table.char-table tr td.secondary { text-align: center; } /* --- */ .menu { font-family: sans-serif; font-size: 8pt; font-weight: bold; color: #808080; } .copyright { font-family: sans-serif; font-size: 8pt; font-weight: bold; color: #808080; } /* --- */ .construct { font-family: sans-serif; font-size: 1pt; }