* {
    margin : 0px;
    padding : 0px;
}

body {
    margin : 0px;    
    padding : 0px;    
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color : #000;
}

p {               
    margin-top: 10px;
    margin-bottom: 10px;
    word-spacing: 3px;
}

/* General Tag - List */ 
ol {}
ul {
    margin:0px;
    padding:0px;
}
li {}

/* General Tag - Link  */ 
a { 
    color : #000;
    text-decoration: none;
}
a:hover {
    color : #000;
    text-decoration: underline;
}
a:visited {}

/* General Tag - Title  */
h1 {
    font-size: 18pt;
    margin-bottom : 15px;
    border-bottom: solid 2px #a2892e;
    padding-bottom: 3px;
    
} 

h2 {
    font-size: 12pt;
}
 
h3 {
    font-size: 11pt;
} 
h4 {} 
h5 {}

/* General Tag - Table  */
table {} 
th {} 
tr {} 
td {}
img { border: 0px; }

.body {
    text-align : center;
    background: url('http://www.law-and-more.com/css/default/bg.gif') top repeat-x #b5a79e;
}

.lg { text-align : center; font-size: 14px; text-transform: uppercase; font-weight: bold; padding-bottom: 15px;}

.main-page {
    margin-top: 50px;
    text-align : left;
    margin-left : auto;
    margin-right : auto;
    width: 750px;
}

.footer {
background : #b5a79e; text-align: center;


}

.adress {
font-size: 8pt;
font-weight: bold;
background : #b5a79e;
text-align: right;
margin-right: 18px;

