body  {
color : #3f4756;
background : #d4d4d4;
background-image : url(img/background_1.gif);
background-repeat : repeat-x;
background-attachment: fixed;
}
img {
border-width : 0;
      }
table {
width : 630px;
border : 1px solid black;
background : #fff;
      }
div , address {
width : 100%;
border : medium dotted #dedfd8;
border-width : 1px 0;
background-color : #f7f7f7;
padding : 4px 0;
margin : 5px 0;
      }
a {
text-decoration : none;
font-weight : bold;
font-size : 13px;
      }
a:link , a:visited {
color : #2b2b2b;
background : transparent;
}
a:hover , a:active {
color : #b2b2b2;
background : transparent;
}

h2 {
background : transparent;
color : #2a3f59;
padding : 0 10px;
border-bottom : 1px dotted #c2c2c2;
      }
p {
padding : 0 10px;
margin : 0;
text-align : justify;
text-indent : 15px;
      }