<!--
a:link {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-image: url(../../img/bg_main.jpg);
	background-repeat: repeat-x;
}
-->