@charset "utf-8";
/* CSS Document */

body	  {
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A5CF50;
	line-height: 160%;
	margin: 0px;
}

.title{
font-size: 16px;
line-height: 170%
}

.big{
font-size: 14px;
line-height: 130%
}

.txt{
font-size: 12px;
line-height: 200%
}

.small{
font-size: 10px;
line-height: 180%
}



