
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: times;

}


html, body {
background: #FFFFFF;
font-family:times
font-style:normal;
font-size:26px;
}

a:link {
   color: #039146;
   text-decoration: none;
}

a:visited {
   color: #039146;
   text-decoration: none;
}

a:hover {
   color: #039146;
   text-decoration: none;
}

a:active {
   color: #039146;
   text-decoration: none;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.klein {
   font-size: 0.7em;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

h1 {
   font-size: "2";
   color: #039146;
}

h2 {
   font-size: 0.8em;
   color: #039146;
   margin: 15px 60px -5px 240px;
}

p, ul {
   font-size: 0.75em;
   line-height: 1.5em;
   color: #039146;
   margin: 10px 60px 10px 240px;
}