body {
     margin: 2em;
     margin-left: 22%;
     margin-right: 8%;
     background: #FFFFFA url(./klein.jpg) fixed repeat-y;
     background-position: top center;
     color: black;
     font-family: Verdana, Gillsans, sans-serif;
     font-size: 0.8em;
}

p, ul, a {
   line-height: 1.4em;
}

table {
    line-height: 1.4em;
    font-size: 1em;
    border: none;
    border-collapse: collapse;
}

td {
    padding-right: 0.5em;
    padding-left: 0.5em;
    border: none;
}

tr {
    background-color: #eaf2d3;
    border: none;
}

tr.alt {
    background-color: #ffffff;
    border: none;
}

h1 {
   font-size: 1.4em;
   text-transform: uppercase;
   letter-spacing: 0.1em;
}

h2 {
   font-size: 1.2em;
}

h3 {
   font-size: 1.2em;
   margin-top: 2em;
}

h4 {
   font-size: 1em;
   font-style: italic;
   font-weight: normal;
   margin: 0em;
   margin-top: 1.4em;
}

i {
  font-style: italic;
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:link {
       color: red;
}

a:visited {
	  color: #336666;
}

a:active {
	 color: #FFFDF3;
}
