@charset "UTF-8";
.titol {
	font-size: 24px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
a:active {
	font-weight: bold;
	color: #333333;
}
input {
	border: thin solid #FF3300;
	width: 150px;
	height: 18px;
}
textarea {
	border: thin solid #FF3300;
	width: 400px;
}

