﻿body 
{
	margin: 0px 0px 0px 0px;
	
}

.bottoni
{
	border: solid 1px black;
}

.bottoni:hover
{
	border: solid 1px black;
	background-color:Orange;
}

.testi
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
}

.testibox
{
	font-family:Verdana;
	font-size:8pt;
	border: solid 1px black;
}

.testibox:hover
{
	background-color: #ffff99;
	border: solid 1px black;
}
