﻿/*-----------------------------------------------------------
1. Общее
------------------------------------------------------------*/

.png { behavior: url('/css/iepngfix.htc'); }
p { margin: 0 0 1em 0; }

pre { font-family: 'Courier New'; }





/*-----------------------------------------------------------
2. Размеры шрифта
------------------------------------------------------------*/

html { font-size: 100.01%; }
body { font-size: 16px; line-height: 1.125em; font-family: Calibri, Arial, sans-serif; }
* html body { font-size: 100%; }

/*
font-size: 0.6875em for 11px (16x0.6875=11)
font-size: 0.75em for 12px (16x0.75=12)
font-size: 0.875em for 14px (16x.875=14)
*/



/*-----------------------------------------------------------
3. Заголовки
------------------------------------------------------------*/
h1 { font-size: 1.7em; margin-bottom: .5em; }
h2 { font-weight: normal; font-size: 1.4em; color: #bababa; font-style: italic; margin-bottom: .7em; }
h3 { margin: 2em 0 1em 0; }



/*-----------------------------------------------------------
4. Ссылки
------------------------------------------------------------*/
a, a:visited { color: #b93c23; }
a:hover { color: #db9825; }