body {						/* тело */
background-color: #ffffff;
background: url(zipper.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
font-family: verdana;
font-size: 10px;
color: #000000;
font-weight: normal;
cursor: url(cur_bluearrow.cur), default;}

td {						/* текст в ячейках */
font-family: verdana;
font-size: 10px;
color: #000000;
font-weight: normal;}

.border {					/* class для чёрной рамки */
border-style: solid;
border-color: #000000;
border-width: 1px;}

.grey_border {				/* class для серой рамки */
border-style: solid;
border-color: #bbbbbb;
border-width: 1px;}

h1 {						/* заголовки - отступ слева 20 */
font-family: verdana;
font-size: 10px;
color: #000000;
font-weight: bold;
margin-left: 20px;}

h2 {						/* текст - отступ слева 77 (logos, 3kovka, live), отступ сверху -7 */
text-indent: 77px;
font-family: verdana;
font-size: 10px;
color: #000000;
font-weight: normal;
margin-top: -7px;}

h3 {						/* заголовки - отступ слева 20, отступ сверху -10 */
text-indent: 20px;
font-family: verdana;
font-size: 10px;
color: #000000;
font-weight: normal;
margin-top: -10px;}

.direc {					/* текст - class для analyze, отступ слева 20, отступ сверху 10 */
text-indent: 20px;
font-family: verdana;
font-size: 10px;
color: #000000;
font-weight: normal;
margin-top: 10px;}

p {							/* обычный текст */
font-family: verdana;
font-size: 10px;
color: #000000;
font-weight: normal;}

.red {						/* обычный текст, красная строка */
text-indent: 20px;
font-family: verdana;
font-size: 10px;
color: #000000;
font-weight: normal;}

.two {						/* красная строка для второго абзаца */
text-indent: 20px;
font-family: verdana;
font-size: 10px;
color: #000000;
font-weight: normal;
margin-top: -10px;}

.pub {						/*  */
font-family: verdana;
font-size: 10px;
color: #000000;
font-weight: normal;
margin-top: -10px;}

.break {					/* class для отступа типа br */
font-family: verdana;
font-size: 10px;
color: #000000;
font-weight: normal;
margin-top: 25px;}

.shot {						/* class для скриншотов */
font-family: verdana;
font-size: 10px;
color: #000000;
font-weight: normal;
margin-top: 20px;
margin-bottom: 20px;}

span {						/* выделение "непонятных" выражений */
cursor: url(cur_bluehelp.cur), help;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #00b4ff;}

a {
cursor: url(cur_bluehand.cur), pointer;}

area {
cursor: url(cur_bluehand.cur), pointer;}

a:link {
font-family: verdana;
font-size: 10px;
color: #00b4ff;
font-weight: bold;
text-decoration: underline;}

a:visited {
font-family: verdana;
font-size: 10px;
color: #59ceff;
font-weight: bold;
text-decoration: underline;}

a:hover {
font-family: verdana;
font-size: 10px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
background: #00b4ff;}

a:active {
font-family: verdana;
font-size: 10px;
color: #ffffff;
font-weight: bold;
text-decoration: none;}