html, body {
         margin: 0;
         background: #ffF;
         color: #000;
}

body {
         padding: 1% 10%;
         font-family: Arial, Helvetica, sans-serif;
}

p {
         font-size: 95%;
         line-height: 120%;
}

.liste {
         font-size: 80%;
         line-height: 115%;
}

h1, h2, h3, h4 {
         color: #666;
}
h1 {
         font-size: 130%;
}
h2 {
         font-size: 115%;
}
h3 {
         font-size: 105%;
}
h4 {
font-size: 105%;
}

a {
font-weight: bold;
/*text-decoration: underline;*/
}
a:link {
color: #0066ff;
}
a:visited {
color: #006699;
}
a:active {
color: #ff9900;
}

.t-head {
font-family: Verdana,sans-serif;
color: #666;
padding: 0;
margin: 0;
font-size: 80%;
}
.t-txt {
font-family: Arial,sans-serif;
color: #000;
padding: 0;
font-size: 75%;
}

code {
color: #cc00ff;
}

.stil {
color: #600;
}

.copy {
font-size: 70%;
}

