
center {font-size:1.2em; color:#555555;}
p {font-size:1em;}

/*
$bg="#fff"; // Öâåò ôîíà
$font="#000"; // Öâåò øðèôòà
$a="#206cb2"; // Öâåò ññûëîê
$h="#761517"; // Öâåò çàãîëîâêîâ
$family="Arial, sans-serif"; // Øðèôò
$size="15px";
*/

body {
	background: #fff; /**/
	font-size: 15px; /**/
	color: #000; /**/
	font-family: Arial, sans-serif; /**/
}
html, body {
	width: 100%;
	height: 100%;
}
a {
	color: #206cb2; /**/
}
a:hover {
	text-decoration:none;
}
h1, h2, p.likeh1 {
	color: #761517; /**/
}
input, textarea, select {
	border: 1px solid #adaaaa; /**/
	background-color:#f8f3f3;
	font-size: 15px; /**/
	color: #000; /**/
	font-family: Arial, sans-serif; /**/		
	width: 100%;	
}

