/*-----------------------------------------------------------
1. Общее
------------------------------------------------------------*/
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: Arial, sans-serif; color: #111; }
* 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)
*/

h1, h2, h3 { font-weight: normal; color: #000; }
h1 { font-size: 2.4em; margin-bottom: 1.1em; line-height: 1em; }
h2 { font-size: 1.6em; }

a, a:visited { color: #f00; }
a:hover { color: #c00;  }
