/***********************************************/
/* CSS by Robert R. Agular / www.PlanetHTML.de */
/*             version 2.02 / 2005             */
/***********************************************/
body{
        font-family: arial, sans-serif;
        background-color: #f0f0f0;
        color: #222222;
        line-height: 1.3;
        font-size: 100%;
        margin: 0px;
        padding: 0px;
}

a{
        color: #336699;
        text-decoration: none;
}

a:link{
        color: #336699;
        text-decoration: none;
}

a:visited{
        color: #336699;
        text-decoration: none;
}

a:hover{
        color: red;
        text-decoration: none;
}

/*********** SPECIAL ***********/
.copyline {
  text-align : center;
  font-size : 80%;
  line-height : 120%; 
  background-color : #ddddff; 
  color : #333399; 
}

.text {
  margin : 0px 30px;
}


.fett{
  font-weight : bold;
  color : #336699;
}

.feature {
  font-size : 120%; 
  font-weight : bold; 
  line-height : 200%; 
  background-color : #ddddff; 
  color : #333399; 
  padding-left : 220px;  
} 

.feature2 {
  font-size: 120%;
  font-weight : bold; 
  border-bottom : solid 1px #777777;
  color : #336699; 
  text-align : left;
} 

