@charset "windows-1251";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	width: 800px;
	margin-left:auto;
    margin-right:auto;
  / padding: 0;			text-align: center;
	color: #636;
	font-size: 97%;
	line-height: 12pt;
}
p {
	
	text-align:left;
	text-indent:3em;
	margin-left:3px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color:#000099;
	font-size: 14px;
	text-align: center;
}

h1 { margin: 0; color: #069; text-shadow: 0 1px 0 #0C9,
 0 2px 0 #c9c9c9,
 0 3px 0 #bbbbbb,
 0 4px 0 #b9b9b9,
 0 5px 0 #0C6,
 0 6px 1px rgba(0, 0, 0, 0.1),
 0 0 5px rgba(0, 0, 0, 0.1),
 0 1px 3px rgba(0, 0, 0, 0.3),
 0 3px 5px rgba(0, 0, 0, 0.2),
 0 5px 10px rgba(0, 0, 0, 0.25),
 0 10px 10px rgba(0, 0, 0, 0.2),
 0 20px 20px rgba(0, 0, 0, 0.15);
 text-align: center;
 filter: Shadow(Color=#666666, Direction=45, Strength=4);
 }
  
 @media only screen and (max-width : 320px) 
 {
body {width:300px;}

}
 @media only screen and (max-width : 480px) 
 {
body {width:450px;}

}
 @media only screen and (max-width : 768px) 
 {
body {width: auto;}
}