/* текстовые стили */

h1 {
	color: #fff;
	margin: 0;
	font-size: 36px;
	font-family: Times;
	font-weight: normal;
}
h1 span { font-size: 30px; }
h2 {
	font-size: 12px;
	color: #595959;
	font-weight: bold;
	font-family: Arial;
	margin: 30px 0 0 0;
}
h3 {
	color: #fff;
	font-size: 20px;
	margin: 30px 0 15px 0;
	font-weight: normal;
}
p,
ul,
ol {
	color: #000;
	font-size: 12px;
	font-family: Arial;
}
a,
ul,
ol { color: #fff; }

a { text-decoration: underline; }
a:hover { text-decoration: none; }

   /* страница со статьями */
#articles b,
#links b {
	font-size: 12px;
	color: #595959;
	font-weight: bold;
	font-family: Arial;
}
#articles div p {
	margin: 0 0 5px 0;
	padding: 10px;
	background-color: #bbdf70;
}
#articles div p i { font-style: normal; }
   /* конец страницы со статьями */

.white { color: #fff; }
.error { color: red; }
span.nobr { white-space: nowrap; }

