* {
  margin: 0;
  padding: 0;
}
html{
  background-color:#fff;
}
body {
  font-family:Courier,Arial,Helvetica,sans-serif;
  text-align: center;
  font-size:75%;
  line-height:110%;
  letter-spacing:0px;
}
img {
  border:none;
}

/* Text */
/* Ueberschriften */
h1 {
  font-size:135%;
  font-weight:normal;
}

h2 {
  font-size:125%;
  font-weight:bold;
}

h3 {
  font-size:110%;
  font-weight:bold;
}
h4 {  
  font-size:100%;
  font-weight:bold;
}

h5 {  
  font-size:85%;
  font-weight:normal;
}


p {
  margin-bottom:15px;
}

table { border-collapse:collapse; }

ul { margin: 0 0 10px 15px; }
li { list-style-type: disc; }

li li {
 list-style-type: disc;
}
li li li {
 list-style-type: disc;
}

/* Links */

a,a:link,a:visited
{ text-decoration:none; color:#000; }

a:focus,a:hover,a:active
{ text-decoration:underline; color:#7f3d25; }
a:focus,a:hover,a:active
{  outline: 0 none; -moz-outline: 0 none;}






