/*Copyright LP-Studio.it di Luca Poli*/

body {
	background-color: #000000;
	font-family: Tahoma;
	font-size: 16px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}

table {
	font-size: 16px;
	color: #ffffff;
}

.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

/* link */
a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #AEAEAF;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

/* credits */
.credits {
	background-color: #000000;
}