body, html {
	background-color: #E4E4E4;
	width: 100%;
	height: 100%; 
}
@font-face {
	font-family: handWriteFont;
	src: url(../gnyrwn971.ttf);
} 
/* CSS Document */
.o1{

	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	border:1px solid black;
	letter-spacing:0px;

}

.nere{
	background:#000;
	border:none;
}
.num-apice {
    position: fixed;
    font-size: 10px;
    padding: 1px;
    padding-left: 2px;
}
div.definitions {
	position: absolute;
	display: inline;
	width: 400px;
	right: 0px;
}

div.definitions .list {
  font-size: 20px;
  font-weight: bold;
}
div.definitions div {
	margin-left: 30px;
}
div.definitions div .list-element {
	font-weight: bold;
	width: 40px;
	display: inline-block;
}
.fixed-container {
	position: fixed;
	display: block;
	margin: 20px auto;
}

#crossword-box {
	border: 2px solid black;
	display: inline-block;
	margin-top: 10px;
}
#crossword-box table{
	min-width: 384px;
	min-height: 303px;
	background:#000;
}
/* HEADER CSS STYLE */
#header {
	position: relative;
	width: 100%;
	height: 40px;
}
#author {
	font-family: handWriteFont;
	position: relative;
	bottom: -19px;
}
#title {
	font-weight: bold;
	font-size: 33px;
	text-align: center;
	display: block;
	position: relative;
	top: -22px;
}
