* { margin: 0; padding: 0;  }

body {
	background: #f4a612 url(images/1.jpg) repeat-x;;
	font: 12px Arial Unicode MS;
	color: #000000;
}


a, a:hover {
	text-decoration :none;
	color: #5e5e5e;
}
a:hover {
text-decoration :underline;
}