/* CSS Document */

body,td,form,input {
	font-size: 16px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #003399;
}

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

a img
{
	border-width:1px;
	border-style: solid;
	color:blue; 
	
}
a:visited{color:blue;}

acronym
{
	cursor:help;	
}

table.login {
	border: 1px solid #000000;
	width: 300px;
	background: #cccccc;
}

table.login td {
	background: none;
}

td.testo {
	text-align: right;
	width: 100px;
	font-weight: bold;
}
input {
	background: #ffcc99;
	color: #000000;
}
