body          {	background-color: #CCCCCC;  font-size: 11px; color: black; font-family: Courier New, Courier, Monaco, monospace; line-height: 22px  }
h1         { color: blue; font-size: 11px; font-family: Courier New, Courier, Monaco, monospace; line-height: 16px }
h2         {	color: #0099FF;	font-size: 11px;	font-family: Courier New, Courier, Monaco, monospace;	line-height: 16px}

a:link       { color: black; font-size: 12px; font-family: Courier New, Courier, Monaco, monospace; line-height: 16px; text-decoration: none }
a:hover           { color: #ff0000; font-size: 12px; font-family: Courier New, Courier, Monaco, monospace; line-height: 16px; text-decoration: none }
a:visited        { color: black; font-size: 12px; font-family: Courier New, Courier, Monaco, monospace; line-height: 16px; text-decoration: none }
a:visited:hover     { color: #ff0000; font-size: 12px; font-family: Courier New, Courier, Monaco, monospace; line-height: 16px; text-decoration: none }

.selections     { color: #fff; font-size: 12px; font-family: Courier New, Courier, Monaco, monospace; background-color: #83aa4a; text-align: left  }

.box_colonna_sx {
	background-color: #66CCFF;
	margin: 10px;
	padding: 10px;
	width: 95%;
	border: thin ridge #000000;
	position: absolute;
	top: 0px;
}


