/* Default CSS Stylesheet for a new Web Application project */

img 
{
	border:0px;
}

.titolo
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
    font-weight:bold;
    font-size:12px;
	color:#000;
	border:2px solid #000;
}

.bottone
{
	background-color: #fff;
	border: 1px solid #000;
	font-size: 10px;
	font-weight: bolder;
}

body
{
	margin: 0 0 0 0;
	font-family: Arial;
	text-align: center;
	font-size: 10px;
}

table
{
	font-family: Arial;
	font-size: 10px;
	color:White ;
	text-align:center;
}

#menu a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #930;
}

#menu a:visited
{
	text-decoration: none;
	color: #930;
	font-weight: bold;
}
#menu a:hover
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #933;
}

#menu a:active
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #933;
}

.link a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #930;
}

.link a:visited
{
	text-decoration: none;
	color: #930;
	font-weight: bold;
}
.link a:hover
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #933;
}

.link a:active
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #933;
}

