                                         /* TEXT DECORATION */
a{ 

      text-decoration: none;
}
a :hover { 

      text-decoration: none;
}

/*///////////////////////FEJLÉC///////////////////////////////////*/
	   
#adatvedelmi_nyilatkozat_page_content_fejlec {
      position: absolute;
      top: 17px;
      left: 18px;
      width: 714px;
      height: 28px;
      }
#fejlec_cimtext a{
      position: absolute;
      top: 21px;
      left: 40px;
      width: auto;
      height: auto;
	  font: 16px arial;
	  font-weight: normal;
	  color: #2c4600;
	  text-align: left;
      }
#fejlec_cimtext a:hover{
      top: 17px;
      left: 18px;
	  color: #ffffff;
      background-color: #c7c6b2;
      border-top: 4px solid #c7c6b2;
      border-bottom: 6px solid #c7c6b2;
      border-left: 22px solid #c7c6b2;
	  border-right: 24px solid #c7c6b2;
      }
#adatvedelmi_text {
      position: absolute;
      top: 63px;
      left: 18px;
      width: 714px;
      height: auto;
	  font: 12px arial;
	  font-weight: normal;
	  text-align: justify;
	  color: #2c4600;
	  }