/*
 * Pn
*/

/* generale  */

body {
  background: black;
  color: red;
  font-family: elvetica, Arial, sans-serif;
}

a:link { color: rgb(220,0,0) }
a:visited { color: rgb(220,0,0)}
a:active { color: rgb(220,0,0) }

/* Note*/

.nota {
  color: white;
  font-style: italic;
  font-size: 75%;
}


/* titoli vecchi */


t {
  text-align: center;
  font-family: elvetica, Arial, sans-serif;
  line-height: 200%;
}

.bb {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}


.bigcol {
  text-align: center;
  color: red;
  font-family: elvetica, Arial, sans-serif;
  font-size: 200%;
}

/* titoli nuovi */

.titbold {
  text-align: center;
  font-family: elvetica, Arial, sans-serif;
  line-height: 200%;
  font-size: 120%;
  font-weight: bold;
}

.titbigcol {
  text-align: center;
  font-family: elvetica, Arial, sans-serif;
  line-height: 200%;
  color: red;
  font-size: 200%;
}
