BODY {
 background-color: #EFEFEF;
 color: black;
 background-repeat: no-repeat;
 background-attachment: fixed;
}

A {
text-decoration: none;
}

A:HOVER {
text-decoration: underline;
}

DIV, P { text-align: justify; }
DIV { width: 600; }

/* для фотоотчетов 
------------------- */
DIV.txt {
 width: 608; /* тексты */
 FONT-SIZE: 15px;
 font-weight: 700;
}
DIV.zg {
 width: 600; /* заголовок */
 height: 150;
 text-align: center;
 color: #330000;
 FONT-SIZE: 22px;
 font-weight: 700;
 background: url("fon0.gif") no-repeat;
}
#INF { 
 color: #330000;
 FONT-SIZE: 15px;
 text-align: left;
 font-weight: 800;
}
IMG.kar {
 width: 600;  /* параметры картинки */
 border: solid 1px gray;
}

