@charset "iso-8859-9";
body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
}
.text {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: 2c2c2c;
	text-decoration: none;
}
.text:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: FF0000;
	text-decoration: none;
}
