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: 4%; 
   margin-right: 4%;
   color: #fFfF55;
   background: #000088;
   /*background-image:url(http://www.ce.unipr.it/backgrounds/sfondo_black.jpg);*/
   /*background-image:url(http://www.ce.unipr.it/backgrounds/sfondo2.jpg);*/
  }

A:link
  {
    font-weight: normal;
    text-decoration: none;
    color: #ffbF00;
  }

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

A:visited
  {
    font-weight: normal;
    text-decoration: none;
    color: #ffbf00;
    /*color: #606087;*/
  }


A:hover
  {
    text-decoration: underline;
  }

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

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

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

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

P
  {
   text-indent: 0em;
  }

div.box { 
  border: solid; 
  border-width: thin; 
  text-align: center;
  width: 60%;
  background-color: #000066;
  /*background-color: #050505;*/
  font-size : 1em;
  }

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

