body {text-align: center;
	width: 100%;
	margin: 10px auto;
	background: #eeeeee;
}
table.one { /* background-attachment: fixed; */
	background-image: url("../imgs/copertina.jpg");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
table.two { /* background-attachment: fixed; */
	background-image: url("../imgs/notepad.jpg");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.rows { background-image:url('../imgs/row.gif');
	background-repeat:no-repeat;
}

p {margin-left: 92px;
	margin-top: 33px;
	margin-right: 10px;
	line-height: 1.4;
	font-family: arial;
	font-size: 10pt;
	text-align: left;
}
p.one {margin-left: 92px;
	margin-top: 25px;
	margin-right: 10px;
	line-height: 1.8;
	font-family: arial;
	font-size: 10pt;
	text-align: left;
}
.likep {margin-right: 10px;
	line-height: 1.1;
	font-family: arial;
	font-size: 10pt;
	text-align: left;
}
img {border-color: #993300;
}
textarea {background: transparent; 
	border-color: #eeeeee;
}
input {background: transparent; 
	border-color: #eeeeee;
}
select {background: transparent; 
	border-color: #eeeeee;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none;
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
div.pagination span.dots {
	margin: 2px;
	text-decoration: none;
	font-weight: 600;
	color: #000099;
}
h1.hangman {font-family: "Courier New", Courier, monospace;
	font-size: 18pt;
}
p.hangman {font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}
a:link.hangman	{color: #0000FF;
	text-decoration: underline;
}
a:visited.hangman {color: #0000FF;
	text-decoration: underline;
}
a:active.hangman {color: #0000FF;
	text-decoration: underline;
}
a:hover.hangman	{color: #FF0000;
	text-decoration: underline;
}
td.s {font:normal 18pt verdana;
}
a.doku {text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	color: maroon;
}
a:hover.doku {text-decoration:underline;
	font-family: arial;
	font-size: 10pt;
	color: maroon;
}
.box {font:normal 7pt Verdana;
}
th {font-family: arial;
	font-size: 12pt;
	color: maroon;
}