*
{
margin: 5px;
padding: 0;
}

body
{
width: 700px;
margin: auto;
background: white;
}

P {
 font-family: sans-serif;
 font-size: 10pt;
 text-align: justify;
 text-indent: 1.5em;
 margin-bottom: 0em;
 margin-top: 0.2em;
 margin-left: 1em;
 margin-right: 1em;
 color: rgb(20,80,100);
}

P.pre {
 font-weight: bold;
 border-left: black solid 1pt;
 margin-left: 0.5em;
 padding-left: 0.5em;
}

P.com {
 font-size: 8pt;
 text-indent: 0;
}

P.sign {
 text-align: right;
 font-weight: bold;
 font-style: italic;
 margin-bottom: 0.5em;
}

OL, UL {
 margin-left: 5em;
 margin-top: 0.5em;
 margin-bottom: 0.5em;
}

LI {
 font-family: sans-serif;
 font-size: 10pt;
 text-align: justify;
 margin-bottom: 0em;
 margin-top: 0.2em;
 margin-right: 2em;
 color: rgb(20,80,100);
}

H1 {
 font-family: sans-serif;
 font-size: 14pt;
 font-weight: bold;
 padding-left: 0.3em;
 text-align: left;
 background-image: url("lines-gr.gif");
 color: rgb(40,80,200);
 margin-bottom: 1.2em;
 margin-right: 1em;
 margin-top: 0pt;
}

H1.author {
 font-family: sans-serif;
 font-size: 11pt;
 font-weight: normal;
 margin-left: 0.5em;
 text-align: left;
 color: rgb(10,40,60);
 margin-bottom: 0.5em;
}

H1 span {
 color: rgb(0,120,50);
 font-size: 10pt;
}

H2 {
 font-family: sans-serif;
 font-size: 12pt;
 font-weight: bold;
 padding-left: 0.2em;
 text-align: left;
 color: black;
 margin-bottom: 1.2em;
 margin-right: 1em;
}

H3 {
 font-family: sans-serif;
 font-size: 11pt;
 font-weight: bold;
 text-align: left;
 color: rgb(0,80,180);
 margin-bottom: 1.2em;
 margin-right: 1em;
}

H4 {
 font-family: sans-serif;
 font-size: 10pt;
 font-weight: bold;
 text-align: left;
 color: black;
 margin-bottom: 1.2em;
 margin-right: 1em;
 font-style: italic;
}


P.info {
 font-family: sans-serif;
 font-size: 10pt;
 font-weight: bold;
 text-align: left;
 color: rgb(0,100,100);
 margin-bottom: 1em;
 text-indent: 0em;
}

A {
 text-decoration: underline;
}

A.note {
 font-weight: bold;
 color: red;
 background-color: yellow;
}

.pic {
 font-family: serif;
 font-size: 10pt;
 color: rgb(10,70,130);
 text-align: left;
 background-color: rgb(245,245,255);
}