﻿/* ---------------  STILE GENERALE  ------------------- */

body {
  margin:0px;
  background-color: #333333;
  font-family:Arial;
  font-size:small;
  color: white;  
}

a:link{
color:#FFFFFF;
text-decoration:none;
}


a:visited{
color:#FFFFFF;
text-decoration:none;
}

a:hover{
color: #c8c8c8;
text-decoration:none;
}


/* ---------------  LINK INDEX ------------------- */

.generale {
  top:0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align:center;
}
.link_index {
  top: 230px;
  left: 0px;
  position:absolute;
  width:100%;
  font-family:Arial;
  text-align:center;
}

