body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(img/back1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: small;
	line-height: 160%;
	color: #000000;

}
a:link {
	color: #0066FF;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF0000;
}
.mini {
	font-size: 11px;
	line-height: 16px;
}
.copy {
	font-size: 11px;
	color: #666666;
}
.bigger {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #009966;
}
.esse-bun {
	font-size: 14px;
	line-height: 25px;
	color: #000000;
}
.bold {
	font-weight: bolder;
}
.kasi {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #009933;
}
#error{
	color:#FF0000;
	font-weight:bold;
}