.style1 {color: #3b6ddf}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #93B361;
}
a:active {
	text-decoration: none;
}
body {
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}