@CHARSET "ISO-8859-1";

body {background-image:url("../img/bg.jpg")}

.boxMsg {
	margin: 100px auto 1em auto;
	width: 484px;
	height: 384px;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	background-image: url(../img/msg.gif); 
	background-repeat: no-repeat;
}

.tabellaMessaggio {
	margin-left: 18px;
	margin-top: 125px;
	width: 450px;
	height: 126px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.6em;
	font-style: normal;
	color: #000000;
}

.tabellaMessaggio td{
	width: 50%;
}

a{
	color: #0000FF;
	text-decoration:none;
}

a:hover, a:active{
	text-decoration: underline;
}	