﻿body
{
	font-size: 12px;
	font-family: Verdana, Arial;
}

A
{
	color: Black;
	text-decoration: underline;
}
A:hover
{
	color: Red;
	text-decoration: none;
}

.descriptionlabel
{
	font-weight: bold;
	font-size: larger;
	background-color: #3A385A;
	color: #ffffff;
	display: block;
	padding: 5px;
}
.info
{
	margin:10px;
	display:block;
}
.linkscelta
{
	font-weight: bold;
	font-size: larger;
	color: #3A385A;
}
.linkscelta a
{
	text-decoration: none;
}
.linkscelta a:hover
{
	text-decoration: underline;
}

.subdescriptionlabel
{
	font-size: larger;
	font-weight: bold;
	border-bottom:1px solid #B8B5E3!important;
	color: #000000;
	display: block;
	padding: 5px;
}

.menusx {
	border-bottom:1px solid #B8B5E3!important;
	display: block;
	text-decoration: none;	
	padding: 3px;	
}

A.menusx:hover {
	text-decoration: none;
	background-color: #3A385A;
	color: White;
}