body {
	height: 100%;
	margin: 0px;
	padding: 0px; 
	background-color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* Непосещенная ссылка */
a:link {
	color: #CC0000;
	text-decoration: none;
}

/* Посещенная ссылка */
a:visited {
	color: #CC0000;
	text-decoration: none;
}

/* Ссылка при наведенном курсоре мыши */
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* Активный линк в листалке  */
.active_link {
	color : #000000;
	text-decoration: none;
}

a.black {
	color: #000000;
	text-decoration: none;
}

/* Непосещенная ссылка  (чорная) */
a.black:link {
	color: #000000;
	text-decoration: none;
}

/* Посещенная ссылка  (чорная) */
a.black:visited {
	color: #000000;
	text-decoration: none;
}

/* Ссылка при наведенном курсоре мыши  (чорная) */
a.black:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* Параграф */
p {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
}

/* Заголовок 1 */
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}

/* Заголовок 2 */
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}

ol  { 
	list-style-type: none;
	padding: 0px 0px 0px 10px; 
	margin: 0px 0px 0px 10px;
}

ol.bio  { 
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 15px;
}
