.text {                     /* Быстрый поиск... */
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		font-size: 10pt;
		color: #000000;
}

.info {			    /* Текст на главной транице  */
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 9pt;
		text-align: justify;
		color: #000000;
		padding-bottom: 1em;
}

.news {			    /* Новость на главной странице */
		padding-right: 1em;
		padding-left: 1em;
		font-family: verdana, arial, helvetica, sans-serif;
		font-style: italic;
		font-size: 9pt;
		text-align: justify;
		color: #000000;
}

.date {			    /* Новость на главной странице */
		padding-left: 1em;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		font-style: italic;
		font-size: 9pt;
		text-align: justify;
		color: #000000;
}

.error {		    /* ошибочка */
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		font-size: 15pt;
		color: #000000;
}
A {	color: #5086A0; }
A:hover {	color: #cc3333; }
