/* таблица стилей для текста */

* {
	/*font-family: Arial*/
}

li{
	text-align: justify;
}

p{
	/*text-indent: 3ex;
	text-align: justify;*/
}

p.center{
/** Центрированный*/
	text-align:center
}

p.noindent{
/** Без отступа */
	text-indent: 0px;
}

h1{
/** Заголовок 1 */
}

h2{
/** Заголовок 2 */
}

h3{
/** Заголовок 3 */
}

h4{
/** Заголовок 4 */
}

p.important{
/** Важный */
	font-weight: bold;
}

p.note{
/** Примечание */
	color: #666666;
	text-indent: 0px;
	font-size: xx-small;
}

strong{
/** Выделенное */
}

strong.super{
/** Важное */
	color:#cc0000;
}

strong.semisuper{
/** Важное-желтое */
	color:#AA7A37;
}

span.note{
/** Примечание */
	color:#999999;
}

pre{
	/** Код */
	border: solid 1px gray;
	padding: 3px;
	font-family: monospace
}

img{
	border: none 0px;
}

img.left{
	/** Слева */
	float:left;
	margin-right:10px;
}

img.right{
	/** Справа */
	float:right;
	margin-left:10px;
}
/*
.top{
	font-size: expression("x-small");
	font-size: small;
}

.topmenu{
	font-size: expression("x-small");
	font-size: small;
}

.content *{
	font-size: expression("x-small");
	font-size: small;
}

.copyright{
	font-size: expression("xx-small");
	font-size: x-small;

}

p.news{
	text-indent:-3ex;
	margin:0 0 0 3ex;
	text-align: left;
}
*/