@charset "UTF-8";
/* CSS Document */

body{
	margin-top:35px;
	background-image:url(../Images/Background/LFI-BACKGROUND.jpg);
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}	