html {
	margin: 0px;
	padding: 0px;
SCROLLBAR-FACE-COLOR: #AAA050; 
SCROLLBAR-HIGHLIGHT-COLOR:#ffffff; 
SCROLLBAR-SHADOW-COLOR: #000000; 
SCROLLBAR-3DLIGHT-COLOR: #000000; 
SCROLLBAR-ARROW-COLOR: #EEEAC4; 
SCROLLBAR-TRACK-COLOR: #AAA050; 
SCROLLBAR-DARKSHADOW-COLOR: #1442C6
}
body {
	background-color: #eeeac4;
	background-image: url(outlook_tile.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c491c;
	text-align: center;
	cursor: crosshair;
}
#container {
	text-align: center;
	width: 700px;
	padding-top: 20px;
	cursor: crosshair;
}
#texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c491c;
	text-align: center;
	width: 600px;
}
