@charset "utf-8";
/* CSS Document */
	body {
	background: #e4e4f4; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eceaf3', endColorstr='#bfb7e7'); /* для IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eceaf3), to(#bfb7e7)); /* для webkit */
	background: -moz-linear-gradient(top,  #eceaf3,  #bfb7e7); /* для firefox 3.6+ */
	background-attachment:fixed;
	}
.title{
	text-align:center;
	font-size: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #F00;
	}
.text{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:# 000;
	margin-left:20px !important;
	margin-right:20px !important;
	}
.return{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color:#000;
	}
