p.textover
{   width: 400px; height: 150px; 
    border: thin solid black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}
