/* Крупный красный заголовок */ .redh1 { font-size: 18pt; font-weight: bold; color: #FC3D2A; } /* Средний красный заголовок */ .redh2 { font-size: 10pt; font-weight: bold; color: #FC3D2A; } /* Крупный сиреневый заголовок */ .lilach1 { font-size: 18pt; font-weight: bold; color: #7C7FB9; } /* Средний сиреневый заголовок */ .lilach2 { font-size: 10pt; font-weight: bold; color: #7C7FB9; } /* Нормальный текст */ .standart { font-family: Tahoma; font-size: 10pt; color: #000000; }