
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana;
	font-weight: normal;
	color: White;
}

a { text-decoration: none;
font-weight: bold;
	color: white; }
		

a:hover { text-decoration: underline;
font-weight: bold;
	color:Yellow; }


div.cont {
	position:relative;
	left:5px;
	/*right:5px;
	top:5px;
	bottom:5px;*/
	width:500px;
	height:280px;
	/*color: #FF6600;*/
	/*background-color:#fff8dc;*/
	text-align: justify;
	/*border: 1px solid #FF6600;*/
	padding-right: 5px;
	/*padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;*/
	overflow: auto;
}

li {
	list-style-image: none;
	list-style-type: square;
}

hr {
	color:#ffffff;
	background-color: White;
	border:none;
	height:1px;
	width: 30%;
}

.blacktext{
color: black;
}

.Courier {
font-family: "Courier New", Courier, monospace;
background: #FF6600;
padding: 5px;
padding-bottom: 10px;
}

.bgvideo{
background-color: #030133;
}


.Stile2 {font-size: 12px}

.margin{
padding: 5px;
}


.giallo {
font-size: 18px;
font-weight: bold;
color: #FFD700;
}


