html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* Не забываем описать стили для :focus! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* Для таблиц все еще надо прописывать 'cellspacing="0"' в коде */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

p,div,html, body {font-family:tahoma,verdana;font-size:12px;color:#868686;}

input,select,textarea {border:solid 1px gray;font-family:tahoma;font-size:11px;background:white;color:black;padding:2px;}


h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 18px;
    font-weight:100;
}

h2 {
    color:#c0c0c0;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
    font-family:arial;
    font-weight:100;
}

h3 {
    font-family:georgia;
    border-bottom:dotted 1px gray;
    font-size: 14px;
    font-weight:100;
    line-height: 36px;
}

p {
    font-family:tahoma;
    margin-bottom: 18px;
    line-height: 18px;
    font-size:12px;
}
.separator {background:#acb4c2;font-size:1px;line-height:1px;}

A { COLOR: #ff3f3f;  TEXT-DECORATION: none; }
A:link { COLOR: #ff3f3f;  TEXT-DECORATION: none; }
A:visited { COLOR: #ff3f3f; TEXT-DECORATION: none; }
A:hover { COLOR: #ff5f5f;  TEXT-DECORATION: none; }


A.white { COLOR: white;  TEXT-DECORATION: none; }
A.white:link { COLOR: white;  TEXT-DECORATION: none; }
A.white:visited { COLOR: white; TEXT-DECORATION: none; }
A.white:hover { COLOR: white;  TEXT-DECORATION: underline; }


.xxs {font-size:9px;}
.xs {font-size:10px;}
.s {font-size:11px;}
.m {font-size:12px;}
.m1 {font-size:14px;}
.l {font-size:16px;}

.left {float:left}

