<!--
body {
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}
.style1 {
	color: #990000;
	font-weight: bold;
}
-->