.model {
<!-- ссылка -->;
	font-family: tahoma;
	font-size: 11px;
	color: #006aa2;
}

.text {
<!-- текст -->;
	font-family: tahoma;
	font-size: 11px;
	color: #4e4e4e;
	font-weight: normal;
}

.li {
<!-- элемент списка -->;
	font-family: tahoma;
	font-size: 11px;
	color: #4e4e4e;
	font-weight: normal;
        list-style-image: url(/img/li.gif);

}

.titler {
<!-- заголовок -->;
	font-family: tahoma;
	font-size: 16px;
	color: #4e4e4e;
	font-weight: bold;
}
.titler1 {
	font-family: tahoma;
	font-size: 22px;
	color: #4e4e4e;
	font-weight: bold;
}
h1 {
	font-family: tahoma;
	font-size: 20px;
	color: #4e4e4e;
	font-weight: bold;

}
h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #4e4e4e;
	font-weight: bold;

}
h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #4e4e4e;
	font-weight: bold;

}
h4 {
	font-family: tahoma;
	font-size: 14px;
	color: #4e4e4e;
	font-weight: bold;

}
h5 {
	font-family: tahoma;
	font-size: 12px;
	color: #4e4e4e;
	font-weight: bold;

}
h6 {
	font-family: tahoma;
	font-size: 10px;
	color: #4e4e4e;
	font-weight: bold;

}
