a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-image: url(/images/back_repeat.png);
	background-repeat: repeat;
	margin-top: 0px;
}