.textarea {
	 font-family: Verdana, Courier, mono;
 margin:3px;
  font-size: 14px;
 line-height: 14px;
 padding-left: 0px;
 color: white;
}

a:link {
 color: #33CCFF;
 font-weight: normal; 
 text-decoration: none;
 }
a:visited {
 color: #33CCFF;
 font-weight: normal; 
 text-decoration: none;
 }
a:active {
 color: #707770;
 font-weight: normal; 
 text-decoration: none;
 }
a:hover {
 color:#333366;
 font-weight: normal; 
 text-decoration: none;
 }  
