<!--
body {
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.top {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	background-color:#96B8BA;
	text-align:center;
	padding:10px;
}
.sol {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color:#96B8BA;
	text-align:left;
	padding:10px;
	vertical-align:top;
}
.sol a{
	text-decoration:none;
	color:#666666;
}
.sol a:hover{
	text-decoration:underline;
	color:black;
}
.sag {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color:#CACACA;
	text-align:justify;
	vertical-align:top;
	padding:10px;
}
.copy{
	font:10px "Trebuchet MS";
	color:#666666;
	text-align:center;
	padding:5px;
}
.giz{
	display:none;
}
-->