@charset "iso-8859-1";

body {
	background: black; 
	color: gray; 
	font: bold 10pt arial; 
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link, a:visited {
	text-decoration: none; 
	color: #d0d0d0;
}

a:hover, a:active, a:focus {
	text-decoration: underline; 
	color: yellow;
}

td {
	text-align: center; 
	vertical-align: top
}

div{
	width: 154px;
	margin-bottom: 25px;
}

div.icone{
	margin-top: 10px;
}

form {
	margin-top: 0px;
}

img{
	border: none;
}
