.stile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #260048;
	text-decoration: none;
	padding: 6px 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C50CF;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C50CF;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C50CF;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9E235A;
	text-decoration: none;
	font-weight: bold;

}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 8px 10px;
	color: #003366;
	font-weight: bold;

}
.vgrid {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #9674BE;
	border-right-color: #9674BE;
	border-bottom-color: #9674BE;
	border-left-color: #9674BE;
}
.hgrid {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #9674BE;
	border-right-color: #9674BE;
	border-bottom-color: #9674BE;
	border-left-color: #9674BE;
}

