body {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #002E65;
	background-color:#000000;
	line-height: 16px;
    margin-top: 0px;
}

.bgn {
	background-image: url(../img/sfondo.jpg);
	background-repeat: no-repeat;
}

a:link{

    font-weight : bold;
    text-decoration : none;
    color : #FF6600;
    background : transparent;
}

a:visited {
    font-weight : bold;
    text-decoration : overline;
    color : #FFCC66;
    background : transparent;
}

a:hover {
   font-weight : bold;
   color : #FF6633;
	text-decoration : underline;
}
	
a:active {
   font-weight : bold;
   text-decoration : none;
   color : #FF6600;
   background : transparent;
}
.titolino {
	color: #FB6F1A;
}
.txt {
	text-align: justify;
}

#nav{
	z-index: 2;
	text-align: center;
    visibility: hidden
}

.bgmenu {
	background-repeat: no-repeat;
	background-position: center top;
}
.scrollo {
	text-align: justify;
	padding: 4px;
	height: 280px;
	overflow: scroll;
}

a.lec:link{
    font-weight : bold;
    text-decoration : underline;
    color : #FF9900;
    background : transparent;
}

a.lec:visited {
    font-weight : bold;
    text-decoration : overline;
    color : #FF9966;
    background : transparent;
}

a.lec:hover {
   font-weight : bold;
   color : #FF6633;
   text-decoration : underline;
}
	
a.lec:active {
   font-weight : bold;
   text-decoration : none;
   color : #FF6600;
   background : transparent;
}
