.login
{
	width:70px;
	height:17;
	font-size:11px
}

.benvenuto
{
	color: black;
	font-weight: bold;
	font-size: 15pt;
	font-family: comic sans MS, sans-serif
}

p
{
	font-size: 15pt
	font-family: comic sans MS, sans-serif
}

a
{
	font-size: 15px;
	color: red;
	font-family: comic sans MS, sans-serif;
	text-decoration: none;
    cursor: pointer
}

body
{
	background-image:url('immagini/sfondo.jpg');
	background-repeat:repeat
	font-family: comic sans MS, sans-serif;
}

table
{
	font-family: comic sans MS, sans-serif;
	font-size: 12px
}

a:hover
{
	color: blue;
	text-decoration: underline
}