/* CSS Document */

A:link { text-decoration: none; }
A:visited { text-decoration: none; }
A:active { text-decoration: none; }
A:hover { text-decoration: underline; }
BODY { font-family:verdana, arial, helvetica }

.img_r
{
float:right;
border:1px solid black;
text-align:center;
}

.img_c
{
float:center;
border:1px solid black;
text-align:center;
}

.img_l
{
float:left;
border:3px solid black;
text-align:center;
}

.solid
{
border-style: solid;
border-width:2;
}

.border
{
border-style: solid;
border-width:1;
}

.stile01
{
color: white;
font-size: small;
font-weight: normal;
font-style: normal;
}

.stile02
{
color: yellow;
font-size: x-small;
font-weight: bold;
font-style: italic;
}

.img_l_bordo
{
float:left;
border:1px solid yellow;
text-align:center;
}

.pippo {
padding:5;
border-top: solid;
border-top-width:2;
border-left: solid;
border-width:1;
border-color: yellow;
}.stile03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
}
.stile04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	margin-right: 15px;
	margin-left: 15px;



}

