/* CSS Document */

.SoftwareDemo
{
width:500px;
padding:6px;
border:1px solid #c3c3c3;
}

.SoftwareDemo A:link
{
color:Red;
text-decoration:none;
}
.SoftwareDemo A:visited
{
color:Red;
text-decoration:none;
}
.SoftwareDemo A:hover DIV
{
text-decoration:underline;
}

/* IE Only !*/
.SoftwareDemo A:hover
{
text-decoration:underline;
}

.SoftwareDemo DIV#Data
{
font-size:0.8em;
font-weight:normal;
line-height:1.4em;
color:Red;
}

.SoftwareDemo DIV#Titolo
{
font-size:1.4em;
font-weight:bold;
color:navy;
line-height:1em;
}

.SoftwareDemo DIV#Download
{
font-size:0.9em;
font-style:italic;
}

.SoftwareDemo DIV#Testo
{
font-size:1em;
color:#737373;
line-height:1.4em;
text-align:justify;
}

