/* Add your custom styles here */

.textview 
{ 
    width:100%; 
    height:100%; 

    margin: 0px; 
    padding: 5px; 

    background-color: white; 
    color: black; 
} 
