@charset "utf-8";
.fon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #231F20;
	background-color: #FBF9F4;
	background-image: url(img/tut-02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 50px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #231F20;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #231F20;
	font-weight: bold;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #231F20;
	margin: 0px;
	padding: 0px;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #231F20;
	border-right-color: #231F20;
	border-bottom-color: #231F20;
	border-left-color: #231F20;
	padding: 3px;
}
.fon2 {
	background-color: #F4F1E9;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.top {
	vertical-align: top;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #231F20;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #231F20;
}
a:active {
	color: #231F20;
}

a:link {
	color: #231F20;
