/****** Мои стили ******/
p {
	margin: 10px 0px;
	text-indent: 15px;
}

h2, h3, h4 {
	margin-top: 7px;
	margin-left: 30px;
	font-family: "Times New Roman", serif;
	color: #145102;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

#breed_book {
	width: 100%;
	border-collapse: collapse;
}

#breed_book th {
	border: 1px solid gray;
	font-size: 12px;
}

#breed_book td {
	padding: 1px 3px;
	border: 1px solid gray;
	font-size: 12px;
}

#report_mistake {
/*	width: 200px;
	height: 20px;
	line-height: 20px;
	border: 1px solid black;*/
	text-align: center;
	font-size: 11px;
}

#report_mistake a {
	color: gray;
}