html {
	scrollbar-face-color: #f5f4df;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ADAA9C;
	scrollbar-3dlight-color: #F7EFE7;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #CE0000;
	scrollbar-darkshadow-color: #cccccc;

	background: #6b4226;
}
body {
	margin: 0;
	padding: 0;
}
A:link,A:visited,A:hover {
	color: white;
	outline: 0 none;
	border: 0 none;
	cursor: url('../images/link.cur'),pointer;
}
#table1,#table2 {
	cursor: url('../images/grey.cur'),auto;
}
#textarea {
	background: url('../images/background.jpg');
	background-attachment: fixed;
	color: #000080;
	cursor: auto;
	font: 11pt Helvetica,Arial,Verdana,Geneva,Tahoma,sans-serif;
}
#dia1,#dia2,#dia3,#dia4,#dia5,#dia6 {
	text-align: center;
	border: 3px double #6b4226;
	border-color: #cdb38b #8b4c39 #8b5742 #cdb38b;
	cursor: url('../images/grey.cur'),auto;
	background: #ffc;
	font: 13px Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
img.counter {
	color: white;
	cursor: url('../images/green.cur'),auto;
	font: 13px Tahoma,Arial,Helvetica,sans-serif;
}
img.dia {
	width:258px;
	height:258px;
	border: 2px #6b4226;
	margin: 0;
	padding: 0;
	cursor: url('../images/yellow.cur'),auto;
	font: 14px Tahoma,Arial,Helvetica,sans-serif;
}
hr {
	height: 1px;
	border: 0 none;
	background: #a1a1a1;
}

sup {
    font-size: 75%;
}