body {
   background-color: #FFFFFF;
   max-width: 50em;
}

h1 {
   font-family: Arial;
   font-size: 160%;
   text-align: left;
}
h2 {
   font-family: Arial;
   font-size: 140%;
   text-align: left;
   margin-top: 30px;
}
h3 {
   font-family: Arial;
   font-size: 120%;
   text-align: left;
   margin-top: 10px;
}
h4 {
   font-family: Arial;
   font-size: 100%;
   text-align: left;
   margin-top: 10px;
}

.nobr {
   white-space: nowrap;
}

a {
   color: blue;
}
a[href^="http://"],
a[href^="https://"],
a[href^="ftp://"]
{
   background: url(/share/icons/extlink.png) top right no-repeat;
   padding-right: 13px;
}
a[href^="http://www.chlup.net"] {
   background: none;
   padding-right: 0px;
}
a:visited {
   color: green;
}

a.footer {
   font-family: Arial;
   font-size: 80%;
   color: black;
   text-decoration: none;
}
a.footer:hover {
   color: red;
}
a.product {
   font-family: Arial;
   font-size: 10pt;
}

hr {
   background-color: red;
   color: red;
   border: 0px;
   height: 2px;
}

