BODY {
  font-family: Tahoma, sans-serif, Arial, Verdana, Helvetica;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  text-align: justify;
  margin-left: 6%;
  margin-right: 6%;
  color: #000055;
  background: white;
  background-image:url(Graphics/bckgnd.jpg);
  /* background-attachment: fixed; */
}

A:link {
  font-weight: normal;
  text-decoration: underline;
  color: blue;
}

A:link.evident {
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  background-color: #8da7f5;
  color: #fffffc;
  cursor: hand;
}

A:visited {
  font-weight: normal;
  text-decoration: underline;
  color: #990099;
}

A:hover {
  font-weight: normal;
  color: red;
}

A:active {
  font-weight: normal;
  color: red;
}

A.head {
  font-weight: bold;
}

H1 {
  text-align: justify;
  font-size : 2.5em;
  font-weight: bold;
  font-variant: small-caps;
}

H2 {
  font-size : 2em;
  font-weight: bold;
}

H3 {
  font-size : 1.5em;
  font-weight: bold;
}

small {
  font-size : 0.8em;
}

P {
  text-indent: 0em;
}

div.box {
  text-align: center;
  width: 60%;
  background-color: #fcecec;
  font-size : 1em;
  background-image:url(http://www.ce.unipr.it/backgrounds/marblefaintrosa.jpg);
  background-position: 0 0;
  background-attachment: fixed;
  background-repeat: repeat;
  border: groove;
  border-width: 1;
  border-color: #7E7676;
}

div.absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  margin: 20px;
  border: solid;
  border-width: thin;
  text-align: center;
  width: 60%;
  background-color: #fcecec;
  font-size : 1em;
  background-image:url(http://www.ce.unipr.it/backgrounds/marblefaintrosa.jpg);
  background-position: 0 0;
  background-attachment: fixed;
  background-repeat: repeat;
}

div.evident {
  text-align: center;
  background-color: #8da7f5;
  color: #fffffc;
  width: 80%;
  font-size : 1em;
}
