/*Стлили для отображения текста документов*/
.DOMSTYLE {}
.DOMSTYLE h1 {}
.DOMSTYLE h2 {}
.DOMSTYLE h3 {}

.DOMSTYLE p {}
.DOMSTYLE pre, font.alignedPre { font: monospace; }
.DOMSTYLE font {}
.DOMSTYLE pre, font.alignedPre { font: monospace; }
.DOMSTYLE font.contextText { color: #af1c24; }
.DOMSTYLE font.contextLink { color: #cc0000; }

.DOMSTYLE table { border-collapse: collapse; border-color: #000000; }
.DOMSTYLE td { border-color: #000000; padding: 2px; }

.DOMSTYLE ul { color: #000000; }
.DOMSTYLE li {}

.DOMSTYLE a, .DOMSTYLE a:link, .DOMSTYLE a:visited, .DOMSTYLE a:hover { color: #af1c24; text-decoration: underline; }
.DOMSTYLE a:hover { text-decoration: none; }

.DOMSTYLE.tab { padding: 5px; background: #eeeeee; }
.DOMSTYLE.tab a, .DOMSTYLE.tab a:link, .DOMSTYLE.tab a:visited { color: #af1c24; text-decoration: none; }
.DOMSTYLE.tab a:hover { color: #000000; text-decoration: underline; }
.DOMSTYLE img { border: 0; }

