html,body { 
 
width:100%; 
overflow:auto; 
margin-top: 10px;
margin-bottom: 10px;

}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
#outer {width:100%; } /* or without overflow */
.balra {
	float: left;
}
.cim {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.cim2 {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 10px;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

