body,table,td,tr,div,p,pre,h2,h3,h4,ul {
  font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#000000;
	font-size:1px;		
}

<!-- schrift anfang //-->
a: {text-decoration: none}
a:link { text-decoration:none; color:#000000 }
a:visited { text-decoration:none; color:#000000 } 
a:hover { text-decoration:none; color:#000000 }
a:active { text-decoration:none; color:#000000 } 

a:hover{color: #FF4D00;} 
<!-- schrift ende //-->

<!-- textarea //-->
textarea {
	background-attachment: fixed;
	background-position:  center;
	background-repeat: no-repeat;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
<!-- textarea ende //-->


