/*  body definition */

html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #ffffff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  color:#FFFFFF;
  padding:0px;
  margin:0px
}

p {
  font-size: 12px;
  color: #000000;
  background-color: transparent;
}

ul {
  font-size: 12px;
  color: #000000;
  background-color: transparent;
}

h1 {
  font-size: 16px;
  text-transform: bold;
  color: #000000;
  background-color: transparent;
}

a { 
  text-decoration: none;
  color: #000000;
}

a.link {text-decoration: none}
a.visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline;}

td.page_header{
  height: 86px;
  width: 740px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  text-valign: bottom;
  background-image:url(../images/page_header.jpg); 
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

td.page_header_articoli{
  height: 86px;
  width: 740px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  text-valign: bottom;
  background-image:url(../images/page_header_articoli.jpg); 
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

