body {
	font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
	background-color: #BBEEFF;
	background: url("images/foto1b.jpg");
	background-attachment: fixed;
	color: #000000;
	text-align: justify;
	scrollbar-face-color:#AADFFF;
	scrollbar-highlight-color:#407FFF;
	scrollbar-3dlight-color:#80AAFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#DDEEFF;
	cursor: url("a1.cur");
	font-weight:bold;
	}

a {
	text-decoration: underline;
	cursor: url("a2.cur");
}

a:hover {
	color: #dddd99;
}